mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-13 08:34:50 +02:00
fixing longform alignments
This commit is contained in:
committed by
GitHub
parent
eb402a886f
commit
514df1b421
@@ -8,13 +8,13 @@
|
||||
/* Why 72rem=720px?
|
||||
90-95 characters per line = better reading speed */
|
||||
|
||||
&.alignleft,
|
||||
&.alignright {
|
||||
& .alignleft,
|
||||
& .alignright {
|
||||
max-width: 40%;
|
||||
}
|
||||
|
||||
img.aligncenter,
|
||||
.longform figure.aligncenter {
|
||||
figure.aligncenter {
|
||||
margin-bottom: 3.2rem;
|
||||
margin-top: 3.2rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user