fixed offset bug

This commit is contained in:
2018-04-09 22:49:33 -06:00
parent 586f88024d
commit c76872a13e
9 changed files with 397 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ body {
background-color: rgba(112,128,144,0.1);
}
.fib-left {
float: left;
display: inline-block;
@@ -45,6 +47,13 @@ body {
justify-content: space-around;
}
.flex-horizontal {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
}
.red {
border-color: rgb(255,0,0);
background: rgb(180,60,60);