Align tops of floats with text
This commit is contained in:
parent
6c4246bfc6
commit
6bcb416dbf
@ -101,11 +101,13 @@ figure {
|
||||
width: 50%;
|
||||
float: left;
|
||||
padding-right: 3em;
|
||||
margin-top: 0;
|
||||
|
||||
@media (--phone) {
|
||||
width: 100%;
|
||||
float: none;
|
||||
padding-left: inherit;
|
||||
margin-top: revert;
|
||||
}
|
||||
}
|
||||
|
||||
@ -113,11 +115,13 @@ figure {
|
||||
width: 50%;
|
||||
float: right;
|
||||
padding-left: 3em;
|
||||
margin-top: 0;
|
||||
|
||||
@media (--phone) {
|
||||
width: 100%;
|
||||
float: none;
|
||||
padding-left: inherit;
|
||||
margin-top: revert;
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user