local.css
local.css
—
CSS stylesheet,
1 KB
Dateiinhalt
@media (min-width: 994px ) { #content .blue-box { background-color: #007CAC; padding: 10px; margin: 0px 15px; width: 13.0%; color: white; text-transform: uppercase; text-align: center; height: 135px; display: table; } #content .blue-box p { display: table-cell; vertical-align: middle; } .buttons a, .buttons a:hover, .buttons a:visited { color: white !important; } } @media( max-width: 993px ) { #content .blue-box-2 { width: 100%; background-color: #007CAC; padding: 10px; margin: 15px 0px; color: white; text-transform: uppercase; text-align: center; vertical-align: middle; } }