首页/styles.css:修订间差异
无编辑摘要 标签:已被回退 |
小无编辑摘要 |
||
(未显示同一用户的2个中间版本) | |||
第24行: | 第24行: | ||
.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; | |||
} | } | ||
} | } | ||
第29行: | 第36行: | ||
.welcome_title{ | .welcome_title{ | ||
font-size: 36px; | font-size: 36px; | ||
} | |||
.news{ | |||
clear: both; | |||
text-align: left; | |||
flex: 1 1 0; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
第69行: | 第82行: | ||
border-left: 8px solid var(--twitch-purple); | border-left: 8px solid var(--twitch-purple); | ||
padding-left: 5px; | padding-left: 5px; | ||
font-weight: 900; | |||
} | } | ||
.title_h2_neuro{ | .title_h2_neuro{ | ||
第214行: | 第228行: | ||
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; | |||
} | } |