small tweaks
This commit is contained in:
parent
cbbe23890a
commit
51d503aed4
3 changed files with 2 additions and 6 deletions
|
@ -64,7 +64,7 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
@media (max-width: 750px) {
|
||||
@media (max-width: 850px) {
|
||||
.sidebar {
|
||||
position: static;
|
||||
width: 100%;
|
||||
|
|
|
@ -26,11 +26,6 @@ svg {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
--gap: min(8vw, 4rem);
|
||||
display: flex;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.nav {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue