reduce logo size to make more space for menu
This commit is contained in:
parent
1d897916b5
commit
9fb1d4b00c
@ -131,7 +131,7 @@ body {
|
||||
#top-menu {
|
||||
padding: 1rem;
|
||||
display: grid;
|
||||
grid-template-columns: 400px 1fr auto;
|
||||
grid-template-columns: 300px 1fr auto;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
@ -139,7 +139,7 @@ body {
|
||||
.home-link { text-decoration: none; }
|
||||
|
||||
.logo {
|
||||
width: 300px;
|
||||
width: 283px;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user