Enlarge logo and make hero section full viewport height
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -141,7 +141,7 @@ img {
|
||||
}
|
||||
|
||||
.logo img {
|
||||
height: 44px;
|
||||
height: 56px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -178,7 +178,11 @@ img {
|
||||
/* ---- Hero ---- */
|
||||
.hero {
|
||||
position: relative;
|
||||
padding: 180px 0 100px;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 120px 0 80px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
background-size: cover;
|
||||
|
||||
Reference in New Issue
Block a user