mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
01d83fd95c
Tweaked layout for contest page Various styling updates
11 lines
109 B
SCSS
11 lines
109 B
SCSS
/*
|
|
Shoutbox Messages
|
|
*/
|
|
|
|
.shoutmsg {
|
|
margin-bottom: em(5);
|
|
|
|
.timestamp {
|
|
@extend .highlight;
|
|
}
|
|
}
|