mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +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;
|
|
}
|
|
}
|