more layout improvements

This commit is contained in:
Samuel Philipp 2024-03-29 03:22:57 +01:00
parent 9722cfbaf8
commit 6f0e10b6e9
3 changed files with 22 additions and 13 deletions

View file

@ -60,11 +60,6 @@ p {
max-width: 128px;
max-height: 128px;
&.fixed {
width: 128px;
height: 128px;
}
&.huge {
width: 256px;
height: 256px;
@ -72,16 +67,23 @@ p {
max-height: 256px;
}
&.mini.fixed {
&.mini {
width: 32px;
height: 32px;
}
}
@media (max-width: 767.98px) {
@include media-breakpoint-down(lg) {
.logo {
max-width: 96px;
max-height: 96px;
max-width: 64px;
max-height: 64px;
&.huge {
width: 128px;
height: 128px;
max-width: 128px;
max-height: 128px;
}
}
}
@ -102,6 +104,13 @@ p {
}
}
@include media-breakpoint-down(lg) {
.me-profile {
height: 128px;
width: 128px;
}
}
.nav {
display: flex;
background-color: #111;