diff options
Diffstat (limited to 'css/estilos.css')
-rw-r--r-- | css/estilos.css | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/css/estilos.css b/css/estilos.css new file mode 100644 index 0000000..4fc2176 --- /dev/null +++ b/css/estilos.css @@ -0,0 +1,60 @@ +/* -- HEADER -- */ +h6.espacio-libre{ + font-size:0px; + margin-top: 0px; + margin-bottom: 0px; +} +.navbar { + margin-bottom: 0; +} + +.jumbotron-dbs { + background:#428BCA; + color:#fff; + padding:20px 0; +} + +.jumbotron-dbs h1, p.tituloheader{ + margin-left: 105px; +} + +/* -- POST -- */ +.main { + margin-top: 20px; + margin-bottom: 20px; +} + +.post { + padding-bottom:20px; + margin-bottom:20px; + border-bottom:1px solid #999; +} + +.post .post-title a { + color:#333; +} + +.post .thumb { + margin-right:10px; + width:40%; +} + +.post .thumb img { + width:100%; +} + +.post .contenedor-botones { + width: 100%; +} + +/* -- Media Querie -- */ +@media screen and (max-width: 768px) { + .post .thumb { + width: 100%; + margin-bottom: 20px; + margin-right: 0; + } + .jumbotron-dbs h1, p.tituloheader{ + margin-left: 15px; + } +} |