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.pull/10621/head
parent
98d2144036
commit
49ee537481
|
@ -1663,7 +1663,8 @@ html.search #docsContent {
|
|||
#oceanNodes main {
|
||||
position: relative;
|
||||
clear: both;
|
||||
display: table; }
|
||||
display: table;
|
||||
height: 160px; }
|
||||
#oceanNodes main .content {
|
||||
display: table-cell;
|
||||
position: relative;
|
||||
|
|
|
@ -120,6 +120,7 @@ $feature-box-div-width: 45%
|
|||
position: relative
|
||||
clear: both
|
||||
display: table
|
||||
height: 160px
|
||||
|
||||
.content
|
||||
display: table-cell
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue