mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-19 13:52:23 +01:00
fix(home): css page layout
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding-top: 10px;
|
||||
font-size: 1px;
|
||||
font-size: 12px;
|
||||
svg {
|
||||
vertical-align: bottom !important;
|
||||
path {
|
||||
|
||||
@@ -12,7 +12,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-
|
||||
}
|
||||
.col-height {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
.col-top {
|
||||
@@ -34,7 +34,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-
|
||||
}
|
||||
.col-xs-height {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
.col-xs-top {
|
||||
@@ -57,7 +57,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-
|
||||
}
|
||||
.col-sm-height {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
.col-sm-top {
|
||||
@@ -80,7 +80,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-
|
||||
}
|
||||
.col-md-height {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
.col-md-top {
|
||||
@@ -103,7 +103,7 @@ the example url: http://www.minimit.com/demos/bootstrap-3-responsive-columns-of-
|
||||
}
|
||||
.col-lg-height {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
float: left;
|
||||
height: 100%;
|
||||
}
|
||||
.col-lg-top {
|
||||
|
||||
Reference in New Issue
Block a user