diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-01 18:24:22 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-01 18:24:22 +0200 |
commit | f1643ffcbd543cacfe9ab5e46eafdd0c39cd47fd (patch) | |
tree | a24d3cbb625f642c25cdc14124b8971fa9bfeb04 /scss | |
parent | 4ea63e98cc999ab05d1ac98b64875d7413e86972 (diff) | |
download | cerrado-f1643ffcbd543cacfe9ab5e46eafdd0c39cd47fd.tar.gz cerrado-f1643ffcbd543cacfe9ab5e46eafdd0c39cd47fd.tar.bz2 cerrado-f1643ffcbd543cacfe9ab5e46eafdd0c39cd47fd.zip |
feat: Add refs page
UI now it is a broken state. I'll all pages working first so I can
better style it later.
Diffstat (limited to 'scss')
-rw-r--r-- | scss/main.scss | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/scss/main.scss b/scss/main.scss index 9f17dad..bb7d7f0 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -80,15 +80,10 @@ body { .logs pre::first-line { font-weight: bold; } - -@include media-breakpoint-down(sm) { - // add extra spacing then list is seen on vertical - .logs>div>div:first-child { - margin-bottom: 15px; - } - .logs>div>div:last-child { - margin-top: 15px; - } +.logs>div>div:first-child { + margin-bottom: 15px; +} +.logs>div>div:last-child { + margin-top: 15px; } - |