Template:GuidePage/Stylez.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.guide-header { | |||
max-width: | max-width: 42rem; | ||
display: grid; | |||
grid-template-columns: 2fr 1fr; | |||
align-items: end; | |||
background-color: #EEEEEE; | |||
color: #464347; | |||
border-top: 1rem #C49EF4 solid; | |||
} | |||
.guide-main { | |||
max-width: 42rem; | |||
} | } |