Difference between revisions of "Template:Bottomboxes/styles.css"

From Nautical Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 21:47, 3 October 2019

  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; } }