Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
 
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;
}
}
}
}