site-accueil-insa/assets/css/queries.css
Guillaume Joffre 7f0e9ae4fd + responsive
2022-04-11 21:46:25 +02:00

24 lines
No EOL
339 B
CSS

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