Compare commits

...

2 Commits

Author SHA1 Message Date
798ef02616 Merge branch 'main' of ssh://git.autonomic.zone:2222/ruangrupa/living-room
Some checks failed
continuous-integration/drone/push Build is failing
2022-01-12 19:09:10 +05:00
9fb1d4b00c reduce logo size to make more space for menu 2022-01-12 19:09:05 +05:00

View File

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