Diferència entre les revisions de "Plantilla:Portada/styles.css"
Aparència
Sense resum d'edició |
Sense resum d'edició |
||
| Llínea 5: | Llínea 5: | ||
} | } | ||
.main-wrapper-column+.main-wrapper-column { | .main-wrapper-column+.main-wrapper-column { | ||
width: | width: 44%; | ||
} | } | ||
} | } | ||
Revisió de 22:00 20 març 2020
@media (min-width: 767px){
.main-wrapper-column {
width: 54%;
margin-right: 1%;
}
.main-wrapper-column+.main-wrapper-column {
width: 44%;
}
}