fixed offset bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user