Main Page/styles.css: Difference between revisions
edit button styles |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 21: | Line 21: | ||
.welcome_title{ | .welcome_title{ | ||
font-size: 32px; | font-size: 32px; | ||
} | |||
.news{ | |||
clear: both; | |||
text-align: left; | |||
flex: 1 1 auto; | |||
max-height:400px; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
Line 26: | Line 33: | ||
.welcome_title{ | .welcome_title{ | ||
font-size: 36px; | font-size: 36px; | ||
} | |||
.news{ | |||
clear: both; | |||
text-align: left; | |||
flex: 1 1 0; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
Line 69: | Line 82: | ||
border-left: 8px solid var(--twitch-purple); | border-left: 8px solid var(--twitch-purple); | ||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.title_h2_neuro{ | .title_h2_neuro{ | ||
Line 211: | Line 223: | ||
.cdx-button.edit-button { | .cdx-button.edit-button { | ||
font-family:sans-serif; | |||
font-size: 1rem; | font-size: 1rem; | ||
float: right; | float: right; | ||
} | } |