diff options
author | Étienne Loks <etienne@peacefrogs.net> | 2020-04-06 18:10:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2020-04-06 18:10:42 +0200 |
commit | a5946f996f31d5020aec887a2500a49edef69940 (patch) | |
tree | ca2c573b9d4691b57fe0c5880200624ebb6ce4ff /scss | |
parent | e3aa56986b50944e9e2945b5271e378a6005c3bf (diff) | |
download | ishtar-pergamon-a5946f996f31d5020aec887a2500a49edef69940.tar.bz2 ishtar-pergamon-a5946f996f31d5020aec887a2500a49edef69940.zip |
Layout: use float position for images
Diffstat (limited to 'scss')
-rw-r--r-- | scss/pergamon.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/pergamon.scss b/scss/pergamon.scss index d8ab1a3..d50e31f 100644 --- a/scss/pergamon.scss +++ b/scss/pergamon.scss @@ -82,4 +82,15 @@ main.container{ margin-bottom: 0; } +.show-case{ + max-width: 1024px; + background-color: #fff; + border-radius: 4px; +} + +.card-body.legend { + padding: 0.5rem; + font-size: 0.9em; +} + @import "custom_post";
\ No newline at end of file |