Fix safety page on mobile
This commit is contained in:
@@ -43,7 +43,7 @@ const Safety = () => {
|
|||||||
epäröi pyytää apua Runosaaren ja tapahtumapaikkojen työntekijöiltä.
|
epäröi pyytää apua Runosaaren ja tapahtumapaikkojen työntekijöiltä.
|
||||||
Jos koet, että olet kohdannut häirintää tapahtumissamme ja siihen ei
|
Jos koet, että olet kohdannut häirintää tapahtumissamme ja siihen ei
|
||||||
ole onnistuttu puuttumaan, ole yhteydessä Runosaari-työryhmään
|
ole onnistuttu puuttumaan, ole yhteydessä Runosaari-työryhmään
|
||||||
sähköpostilla{' '}
|
sähköpostilla
|
||||||
<a href='mailto:runosaari@gmail.com'>runosaari@gmail.com</a> .
|
<a href='mailto:runosaari@gmail.com'>runosaari@gmail.com</a> .
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
.safetyPage {
|
.safetyPage {
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.safetyList {
|
.safetyList {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
.safetyPage {
|
||||||
|
max-width: 35rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,4 +25,11 @@ main {
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 5rem;
|
font-size: 5rem;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
h1 {
|
||||||
|
font-size: 3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user