Fix responsivity

This commit is contained in:
2022-07-03 21:10:51 +03:00
parent 605adc66c5
commit 9eacaaafe1
5 changed files with 34 additions and 10 deletions

View File

@@ -28,10 +28,15 @@
text-decoration: underline;
font-size: 1.5rem;
margin-bottom: 4px;
margin-left: 1rem;
margin-right: 1rem;
width: auto;
}
.navBar {
flex-direction: column;
flex-wrap: wrap;
margin-bottom: 1rem;
margin-top: 1rem;
}
}
@@ -58,5 +63,5 @@
justify-content: right;
max-width: 990px;
padding-right: 10px;
margin-top: -10px;
margin-top: -5px;
}