diff options
author | uvok cheetah | 2023-10-29 13:15:07 +0100 |
---|---|---|
committer | uvok cheetah | 2023-10-29 13:15:07 +0100 |
commit | 11a97fc2c6f5768f465c2f97200c922422493e16 (patch) | |
tree | c80b72dea9ed40a737c229db6bf447f498ed2408 /assets/main.scss | |
parent | 912b464ef79488e140a4c93b03bb99dc05332bc3 (diff) |
Replace static news by Jekyll data file.
Also, utilize CSS classes
Diffstat (limited to 'assets/main.scss')
-rw-r--r-- | assets/main.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/main.scss b/assets/main.scss index 0d5ddd7..c33db18 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -46,3 +46,16 @@ a:visited { color: purple !important; } +.news-item { + border-radius: 10px; + padding: 5px; + background: #eeeeee; + margin-bottom: 1em; + position: relative; +} + +.banner-close-button { + position: absolute; + top: 10px; + right: 10px; +} |