max-width modules de page

This commit is contained in:
Deltacms 2023-01-11 11:49:04 +01:00
parent 6ff4a92daa
commit fa4e686391
5 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ table th{
}
/* font-size des jours dans la ligne supérieure et du mois dans le titre en petit écran */
@media (max-width: 768px) {
@media (max-width: 799px) {
.fc-center h2{
font-size: 1.2em;
text-align: center;

View File

@ -46,7 +46,7 @@
color: grey;
height: 100%;
}
@media (max-width: 767px) {
@media (max-width: 799px) {
.blogArticlePicture {
height:auto;
max-width: 100%;}
@ -73,7 +73,7 @@
border: 1px solid;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 799px) {
.blogOuter{
width: 100%;
}

View File

@ -42,7 +42,7 @@
color: grey;
*/
}
@media (max-width: 768px) {
@media (max-width: 799px) {
.blogContent {
display: none;
}

View File

@ -45,7 +45,7 @@
border: 1px solid;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 799px) {
.formOuter{
width: 100%;
}

View File

@ -34,7 +34,7 @@
.v20 { width: 20%; }
.v10 { width: 10%; }
@media screen and (max-width: 768px) {
@media screen and (max-width: 799px) {
.v100 { width: 100%; }
.v90 { width: 90%; }
.v80 { width: 80%; }