0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 20:42:44 +00:00

basic functionality

This commit is contained in:
Víctor Losada Hernández
2024-01-22 23:52:42 +01:00
parent da699e999f
commit 66fd56fccb
3 changed files with 94 additions and 52 deletions

View File

@@ -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;
}
}
}
}
}
}
}
}
}