Main Page.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 288: | Line 288: | ||
.crw-hero-actions p{ | .crw-hero-actions p{ | ||
margin: 0; | margin: 0; | ||
} | |||
.crw-site-notice{ | |||
margin: 1em auto 1.25em auto; | |||
padding: 12px 14px; | |||
max-width: 1100px; | |||
border: 2px solid #004080; | |||
border-radius: 12px; | |||
background: rgba(255,255,255,0.92); | |||
color: #202122; | |||
font-weight: 600; | |||
text-align: center; | |||
box-sizing: border-box; | |||
} | |||
.crw-site-notice:empty{ | |||
display: none; | |||
} | } | ||