Skip to content

Instantly share code, notes, and snippets.

View cdmoro's full-sized avatar
😴
Thinking

Carlos Bonadeo cdmoro

😴
Thinking
View GitHub Profile
/*
* 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 {
/*
* 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) {