diff options
author | Minteck <contact@minteck.org> | 2022-04-07 23:10:38 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-07 23:10:38 +0200 |
commit | 5301e9789a87e8e4863c94114ba0f00fb52cab7b (patch) | |
tree | b022fdfe16e2e1a1af598e3f17dffa85ea1443b7 /assets | |
parent | 96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68 (diff) | |
download | cloudsdale-5301e9789a87e8e4863c94114ba0f00fb52cab7b.tar.gz cloudsdale-5301e9789a87e8e4863c94114ba0f00fb52cab7b.tar.bz2 cloudsdale-5301e9789a87e8e4863c94114ba0f00fb52cab7b.zip |
Almost done (just missing social)
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index c9df151..ae07de4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -31,4 +31,15 @@ nav.navbar { width: 64px; height: 64px; margin-bottom: 5px; +} + +.col-lg-4 { + padding-top: calc(var(--bs-gutter-x) * .5); + padding-bottom: calc(var(--bs-gutter-x) * .5); +} + +.memberview-icon { + width: 48px; + height: 48px; + vertical-align: middle; }
\ No newline at end of file |