Anónimo

Cambios

De CEBES Perquín
705 bytes eliminados ,  20:47 9 dic 2020
sin resumen de edición
width: 100%;
}
}
 
#portal {
width: 20%;
float: left;
}
 
@media only screen and (max-width: 860px) {
 
.columna-izquieda {
width: auto;
float: left;
padding: 10px;
}
.columna-derecha {
float: left;
width: auto;
padding: 10px;
display: block;
}
}
 
@media only screen and (max-width: 550px) {
#portal {
display: none;
}
}
 
@media only screen and (max-width: 450px) {
#p-logo-text {
/*display: none; */
display: true;
}
}
 
@media only screen and (max-width: 1099px) {
#siteNotice {
display: none;
}
}
 
 
#mw-content-container {
background-image: none !important;
}