Fix safety page on mobile
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
.safetyPage {
|
||||
margin-bottom: 4rem;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.safetyList {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.safetyPage {
|
||||
max-width: 35rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,4 +25,11 @@ main {
|
||||
|
||||
h1 {
|
||||
font-size: 5rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user