Align tops of floats with text

This commit is contained in:
Justin Nguyen 2020-12-22 19:42:57 -08:00
parent 6c4246bfc6
commit 6bcb416dbf
6 changed files with 9 additions and 5 deletions

View File

@ -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