MediaWiki:Mobile.css: различия между версиями

Материал из Абдулопедии
Перейти к навигации Перейти к поиску
м
Строка 1: Строка 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */


@media screen and (max-widtch: 700px) {
          @media screen and (max-width: 1980px) {
img {
            img{
display: inline-block;
                width: 100%;
width:5%;
            }
}
        }
}
 
                  @media screen and (max-width: 1980px) {
            .foto{
                width: 100%;
            }
        }

Версия 23:49, 26 марта 2022

/* All CSS here will be loaded for users of the mobile site */

          @media screen and (max-width: 1980px) {
             img{
                 width: 100%;
            }
        }

                  @media screen and (max-width: 1980px) {
             .foto{
                 width: 100%;
            }
        }