add the image floats to the plain CSS
primarily it's the main page that just looks weird without it
This commit is contained in:
parent
63a764c6a0
commit
3cade4fe73
@ -10,3 +10,19 @@
|
||||
.img-75 {
|
||||
max-width: 75% !important;
|
||||
}
|
||||
|
||||
.img-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.img-left {
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.img-right {
|
||||
float: right;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user