Added CSS height property to #oceanNodes main to fix spacing in Firefox (#10169)
* Changed CSS property for browser consistency. * Moved height property into tablet media query to fix issue on smaller screens. * Add changed to two more .content files. * Updated generated resources files, this time using Hugo extended.
This commit is contained in:
committed by
k8s-ci-robot
parent
98d2144036
commit
49ee537481
+2
-1
@@ -1663,7 +1663,8 @@ html.search #docsContent {
|
|||||||
#oceanNodes main {
|
#oceanNodes main {
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
display: table; }
|
display: table;
|
||||||
|
height: 160px; }
|
||||||
#oceanNodes main .content {
|
#oceanNodes main .content {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ $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
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user