Template:Bottomboxes/styles.css

From Nautical Wiki
< Template:Bottomboxes
Revision as of 21:47, 3 October 2019 by John (talk | contribs) (Created page with "#bottombox-d { background-color: #c5d7f0; } #bottombox-d > div { width: 48.5%; display: inline-block; padding:0.7em 0 1em 0.75%; vertical-align:top } #bottombox-d > div h3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. bottombox-d { background-color: #c5d7f0; }
  2. bottombox-d > div {

width: 48.5%; display: inline-block; padding:0.7em 0 1em 0.75%; vertical-align:top }

  1. bottombox-d > div h3 {

margin:0; padding:0 }

@media screen and ( max-width: 720px ) { #bottombox-d > div { width: 100%; padding-left: 0; } }