fix styling for mobile devices

This commit is contained in:
janis
2023-05-23 08:52:57 +02:00
parent 7872038aaf
commit 6f821af7c2

View File

@@ -57,7 +57,44 @@ body {
/*
SIZES
*/
.huge {
font-size: 400%;
}
.small-huge {
font-size: 300%;
}
.biggest {
font-size: 250%;
}
.bigger {
font-size: 175%;
}
.medium-size {
font-size: 150%;
}
.small-size {
font-size: 90%;
}
.smaller-size {
font-size: 75%;
}
.smallest-size {
font-size: 60%;
}
.half-width {
width: 50%;
}
@media only screen and (min-width: 1000px) {
.huge {
font-size: 500%;
}
@@ -90,6 +127,11 @@ body {
font-size: 60%;
}
.half-width {
width: 70%;
}
}
.very-small {
font-size: 30%;
font-family: sans-serif;
@@ -103,7 +145,3 @@ body {
.no-margin {
margin: 0;
}
.half-width {
width: 50%;
}