11 lines
173 B
SCSS
11 lines
173 B
SCSS
|
.entry-subtext {
|
||
|
color: $navbar-inverse-bg;
|
||
|
margin-top: 0px;
|
||
|
text-transform: uppercase;
|
||
|
font-weight: bold;
|
||
|
font-size: 80%;
|
||
|
}
|
||
|
|
||
|
.entry-text {
|
||
|
margin-bottom: 0px;
|
||
|
}
|