11 lines
249 B
SCSS
11 lines
249 B
SCSS
// ==============================
|
|
// Custom style
|
|
// ==============================
|
|
// You can override the variables in _variables.scss to customize the style
|
|
|
|
.since {
|
|
padding: 30px;
|
|
text-align:center;
|
|
font-size: 30px;
|
|
line-height: 50px;
|
|
} |