site-accueil-insa/assets/css/queries.css
2022-04-09 19:08:39 +02:00

20 lines
No EOL
272 B
CSS

@media (max-width: 700px) {
html {
/*font-size: calc(20px + 5vw);*/
font-size: 3vw;
}
section {
width: 95%;
}
#boxjaune {
margin: 40px auto 0 auto;
width: 95%;
}
footer {
width: unset;
}
}