mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
12 lines
250 B
SCSS
12 lines
250 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;
|
|
}
|