fix image positioning: homepage, tablet
This commit is contained in:
parent
7f2b282dbe
commit
5baf9fb48a
|
|
@ -77,7 +77,6 @@ $feature-box-div-width: 45%;
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
display: table;
|
display: table;
|
||||||
height: 160px;
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|
@ -124,6 +123,7 @@ $feature-box-div-width: 45%;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
|
text-align: center;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue