fix size font mobile

This commit is contained in:
Tessier 2020-11-29 22:32:32 +01:00
parent 9784e0d8a7
commit 603942f821
3 changed files with 18 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,16 +28,24 @@
color: $colorWhite; color: $colorWhite;
h1{ h1{
text-transform: uppercase; text-transform: uppercase;
font-size: 3rem; font-size: 2rem;
line-height: 1.2; line-height: 1.2;
font-family: 'millimetre-regular'; font-family: 'millimetre-regular';
@media screen and (min-width: 576px) {
font-size: 3rem;
line-height : 1.2;
}
} }
h2{ h2{
font-family: 'Fantasque-Sans-Mono'; font-family: 'Fantasque-Sans-Mono';
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
font-size: 2.5rem; font-size: 1.5rem;
line-height: 1.25; line-height: 1.25;
@media screen and (min-width: 576px) {
font-size: 2.5rem;
line-height: 1.25;
}
} }
@media screen and (min-width: 576px) { @media screen and (min-width: 576px) {
& > * { & > * {