forked from qwerty/tupali
imagen aplicación
This commit is contained in:
parent
1b0dc63b01
commit
fd9da99af9
@ -580,7 +580,7 @@ if('serviceWorker' in navigator) {
|
||||
|
||||
<div class='reveal' style='bottom: 80px !important; '>
|
||||
<div class='slides' >
|
||||
<section id='inicio' class='text-center scrollable' >
|
||||
<section id='inicio' class='text-center scrollable ' >
|
||||
<img style='width: 20%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
@ -5,6 +5,13 @@
|
||||
*/
|
||||
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
||||
#inicio img{
|
||||
width: 90% !important;
|
||||
}
|
||||
|
||||
}
|
||||
.scrollable {
|
||||
bottom: 0px;
|
||||
overflow-y: auto !important;
|
||||
@ -269,10 +276,10 @@ body {
|
||||
*********************************************/
|
||||
.reveal section img {
|
||||
margin: 15px 0px;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
/* border: 4px solid #222;*/
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* background: rgba(255, 255, 255, 0.12);
|
||||
border: 4px solid #222;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
|
||||
}
|
||||
.reveal section img.plain {
|
||||
border: 0;
|
||||
box-shadow: none; }
|
||||
|
@ -1232,7 +1232,7 @@ $resultado ="
|
||||
<div class='slides' >
|
||||
<section id='inicio' class='scrollable present text-center' style='' >
|
||||
|
||||
<img style='width: 20%;
|
||||
<img style='width: 100%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;' src='milfs/images/secure/?file=600/$logo[0]' alt='' class='img img-responsive center-block'>
|
||||
|
Loading…
Reference in New Issue
Block a user