From 2b460123907355516bad9eb0c7a59cf7ef81de4e Mon Sep 17 00:00:00 2001 From: h4ckypurpl3 Date: Sun, 14 Oct 2018 01:18:36 -0500 Subject: [PATCH] ajustes de css submodulo --- css/style.css | 31 ++++++++++++++++++++++++++++--- funciones/funciones.php | 2 +- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index ccb85ff..2721630 100644 --- a/css/style.css +++ b/css/style.css @@ -39,7 +39,7 @@ h1, h2, h3, h4, h5, h6 { } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { - border-color: #101010; + border-color: transparent; } #contenedor_cabecera { @@ -73,7 +73,18 @@ h1, h2, h3, h4, h5, h6 { } /*NAVBAR BRAND*/ +#menu_mobil{ + display: grid !important; +} +#menu_social{ + text-align: right; + float: right; +} +#menu_hamburguesa{ + color: white; + background-color: none !important; +} .navbar-brand { transform: translateX(-50%); left: 50%; @@ -196,7 +207,7 @@ h1, h2, h3, h4, h5, h6 { position: relative; margin: 10px; float: left; - background-color: grey; + background-color: darkgray; height: 14em; width: 14em; } @@ -511,6 +522,7 @@ RESPONSIVE */ margin: 0px !important; float: left; } + #slogan_cabecera{ font-size: 1.5em; } @@ -536,11 +548,24 @@ RESPONSIVE */ #principal_general { padding-left: 2em; } + #texto_articulo{ + padding: 0px !important + } } -@media only screen and (max-width: 411px) { +@media only screen and (max-width: 495px) { #contenedor_cabecera { padding-top: 0em; } + #principal_general { + padding-left: 3em; +} +#proyectos{ + display: grid !important; +} + +} + +@media only screen and (max-width: 495px) { } diff --git a/funciones/funciones.php b/funciones/funciones.php index 3d47616..3c070bd 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -5812,7 +5812,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {