1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 10:30:51 +02:00

Updating query

This commit is contained in:
Antonio Laguna
2017-06-01 10:41:30 +02:00
parent eb515bbcb7
commit 86894f0489
2 changed files with 17 additions and 18 deletions

View File

@@ -21,16 +21,16 @@
font-size: 6.4rem; font-size: 6.4rem;
line-height: 1; line-height: 1;
} }
}
@media (min-width: 768px) { @media (min-width: 768px) {
padding-left: 8.8rem; padding-left: 8.8rem;
/* You need two digits? (1-10)*/ /* You need two digits? (1-10)*/
/*padding-left: 12rem; */ /*padding-left: 12rem; */
&:before { &:before {
left: 2.4rem; left: 2.4rem;
position: absolute; position: absolute;
}
} }
} }
} }

View File

@@ -1,7 +1,7 @@
/*! /*!
* Name: WebSlides * Name: WebSlides
* Version: 1.3.1 * Version: 1.3.1
* Date: 2017-05-31 * Date: 2017-06-01
* Description: Making HTML presentations easy * Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme * URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros * Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -1908,15 +1908,14 @@ About, Philosophy...
content: counter(list) "."; content: counter(list) ".";
font-size: 6.4rem; font-size: 6.4rem;
line-height: 1; } line-height: 1; }
@media (min-width: 768px) {
@media (min-width: 768px) { .flexblock.reasons li {
.flexblock.reasons { padding-left: 8.8rem;
padding-left: 8.8rem; /* You need two digits? (1-10)*/
/* You need two digits? (1-10)*/ /*padding-left: 12rem; */ }
/*padding-left: 12rem; */ } .flexblock.reasons li:before {
.flexblock.reasons:before { left: 2.4rem;
left: 2.4rem; position: absolute; } }
position: absolute; } }
/*================================================= /*=================================================
6.7 Gallery - <ul class="flexblock gallery"> 6.7 Gallery - <ul class="flexblock gallery">