grenoble-metropole-2019: fix mobile limit declaration (#40132)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Serghei Mihai 2020-02-24 18:23:32 +01:00
parent 5e5e6ca250
commit 80e590d5e3
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ img#hautDePage {
div.wcsformsofcategorycell {
flex: 0 0 calc(50% - 0.5rem);
margin: 0.3ex 0 1.35ex 0;
@media screen and ($max-mobile-viewport) {
@media screen and ($mobile-limit) {
flex: 0 0 100%;
}
h2:first-child {