mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 20:42:44 +00:00
basic functionality
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
.archivePage {
|
||||
height:100%;
|
||||
background-color: #2C3E50;
|
||||
@@ -8,10 +6,13 @@
|
||||
grid-template-rows: 20vh 1fr;
|
||||
|
||||
.welcome {
|
||||
display:grid;
|
||||
place-items: center;
|
||||
background: url('https://i.imgur.com/MJ4YHu7.jpg');
|
||||
background-size:100%;
|
||||
background-position:center;
|
||||
height:20vh;
|
||||
border-bottom:5px solid #333;
|
||||
|
||||
h1 {
|
||||
font-size:40px;
|
||||
@@ -32,10 +33,10 @@
|
||||
background:white;
|
||||
|
||||
&.form .brewLookup {
|
||||
padding:100px;
|
||||
padding:50px;
|
||||
|
||||
h2 {
|
||||
font-size:20px;
|
||||
font-size:30px;
|
||||
font-weight: 900;
|
||||
border-bottom:2px solid;
|
||||
margin-block: 20px;
|
||||
@@ -62,13 +63,38 @@
|
||||
place-items: center;
|
||||
|
||||
h2 {
|
||||
font-size:20px;
|
||||
font-size:30px;
|
||||
color:white;
|
||||
font-weight:900;
|
||||
}
|
||||
}
|
||||
|
||||
.foundBrews {
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
width:100%;
|
||||
|
||||
.brewItem {
|
||||
width:200px;
|
||||
|
||||
dt {
|
||||
font-size:20px;
|
||||
font-weight:900;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user