hotfix: responsywność, scrollbar

This commit is contained in:
2023-02-13 00:07:47 +01:00
parent cdb172e1e9
commit 25367163f9
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -164,7 +164,12 @@ footer {
/* MOBILE VIEWS */
@media screen and (max-width: $breakpointMd) {
#app {
font-size: calc(0.7rem + 0.75vw);
}
main {
display: flex;
flex-direction: column;