forked from qwerty/milfs
ajustes de css submodulo
This commit is contained in:
parent
14a79cb75b
commit
2b46012390
@ -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) {
|
||||
}
|
||||
|
@ -5812,7 +5812,7 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
||||
<div class='proyecto col-md-$cols col-sm-$cols ' title=''>
|
||||
<div class='div_proyecto'>
|
||||
<a href='http://$dominio[0]/e$row[id_empresa]' target ='empresa'>
|
||||
<div class='proyecto_titulo ' style=''>$row[razon_social]</div>
|
||||
<div href='http://$dominio[0]/e$row[id_empresa]' target ='empresa' class='proyecto_titulo ' style=''>$row[razon_social]</div>
|
||||
$logo
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user