1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-31 00:39:48 +02:00
This commit is contained in:
Antonio Laguna
2017-08-18 10:43:37 +02:00
parent 1610da683e
commit e8dc32e274
6 changed files with 17 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.4.0
* Date: 2017-08-14
* Version: 1.4.1
* Date: 2017-08-18
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -2823,10 +2823,11 @@ button:disabled:hover {
/* Why 72rem=720px?
90-95 characters per line = better reading speed */
/* Mobile: video full width */ }
.longform.alignleft, .longform.alignright {
.longform .alignleft,
.longform .alignright {
max-width: 40%; }
.longform img.aligncenter,
.longform .longform figure.aligncenter {
.longform figure.aligncenter {
margin-bottom: 3.2rem;
margin-top: 3.2rem; }
.longform ul,