45 lines
634 B
SCSS
45 lines
634 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;
|
|
}
|
|
|
|
.entry-about {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.statistics {
|
|
.entry-text {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.entry-subtext {
|
|
text-align: center;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.users {
|
|
.entry-text {
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 7px;
|
|
font-size: 78px;
|
|
line-height: 1;
|
|
}
|
|
|
|
.entry-subtext {
|
|
text-align: center;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
} |