This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Mobile view of | |
* - https://www.epublibre.org/acceso/solicitar (https://imgur.com/u1aI7xl) | |
* | |
* note: add this inside the head tag: <meta name="viewport" content="width=device-width, initial-scale=1"> | |
* in order to see the styles properly on the page | |
*/ | |
@media only screen and (max-width: 500px) { | |
.span12 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Mobile view of | |
* - https://www.epublibre.org/catalogo/index (https://imgur.com/a/OfoCZAD) | |
* - https://www.epublibre.org/acceso/login (https://imgur.com/a/hhfNFOb) | |
* | |
* note: add this inside the head tag: <meta name="viewport" content="width=device-width, initial-scale=1"> | |
* in order to see the styles properly on the page | |
*/ | |
@media only screen and (max-width: 500px) { |