remove unused figure classes

these are being reworked and I don't think I'm going to do responsive
stuff anymore
This commit is contained in:
Brian S. Stephan 2022-03-30 07:52:30 -05:00
parent 2c47501589
commit d07260331b
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 0 additions and 23 deletions

View File

@ -139,29 +139,6 @@ img {
padding: 5px;
}
/* For screens with width smaller than 400px */
.figure-left .figure-right {
max-width: 95%;
float: none;
margin-left: 10px;
margin-right: 10px;
}
/* For larger screens */
@media only screen and (min-width: 400px) {
.figure-left {
float: left;
margin-top: 0;
margin-left: 0;
}
.figure-right {
float: right;
margin-top: 0;
margin-right: 0;
}
}
figure {
max-width: 400px;
padding: 5px;