Main Page/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
(7 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 32: | Line 45: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
} | |||
.base_block .sidebar_block > p{ | |||
margin:0; | |||
} | } | ||
.welcome_title{ | .welcome_title{ | ||
Line 66: | 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 205: | Line 220: | ||
align-content:center; | align-content:center; | ||
justify-content: center; | justify-content: center; | ||
} | |||
.cdx-button.edit-button { | |||
font-family:sans-serif; | |||
font-size: 1rem; | |||
float: right; | |||
} | } |