Styles fixes
This commit is contained in:
@@ -71,18 +71,19 @@
|
||||
content: "\f065";
|
||||
}
|
||||
|
||||
.grid-stack-item[data-gs-width="12"] { width: 100% }
|
||||
.grid-stack-item[data-gs-width="11"] { width: 91.66666667% }
|
||||
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% }
|
||||
.grid-stack-item[data-gs-width="9"] { width: 75% }
|
||||
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% }
|
||||
.grid-stack-item[data-gs-width="7"] { width: 58.33333333% }
|
||||
.grid-stack-item[data-gs-width="6"] { width: 50% }
|
||||
.grid-stack-item[data-gs-width="5"] { width: 41.66666667% }
|
||||
.grid-stack-item[data-gs-width="4"] { width: 33.33333333% }
|
||||
.grid-stack-item[data-gs-width="3"] { width: 25% }
|
||||
.grid-stack-item[data-gs-width="2"] { width: 16.66666667% }
|
||||
.grid-stack-item[data-gs-width="1"] { width: 8.33333333% }
|
||||
.grid-stack-item[data-gs-width="12"] { width: 100%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="11"] { width: 91.66666667%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="10"] { width: 83.33333333% ; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="9"] { width: 75%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="8"] { width: 66.66666667% ; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="7"] { width: 58.33333333%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="6"] { width: 50%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="5"] { width: 41.66666667%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="4"] { width: 33.33333333%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="3"] { width: 25%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="2"] { width: 16.66666667%; margin-bottom: 45px; }
|
||||
.grid-stack-item[data-gs-width="1"] { width: 8.33333333%; margin-bottom: 45px; }
|
||||
|
||||
|
||||
.grid-stack-item[data-gs-x="12"] { left: 100% }
|
||||
.grid-stack-item[data-gs-x="11"] { left: 91.66666667% }
|
||||
|
||||
Reference in New Issue
Block a user