diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-20 11:32:48 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 4158e67c8d7eb39712e598d3f409c6739eef5f0b (patch) | |
tree | d80a3b09af7bb83ce4eb2783dad449a9bfe87bd2 /client/src/sass/class-helpers | |
parent | 6c3589fc51fdf218912538b2a46399886ed36ac3 (diff) | |
download | PeerTube-4158e67c8d7eb39712e598d3f409c6739eef5f0b.tar.gz PeerTube-4158e67c8d7eb39712e598d3f409c6739eef5f0b.tar.zst PeerTube-4158e67c8d7eb39712e598d3f409c6739eef5f0b.zip |
Refactoring margin and padding mixins
Diffstat (limited to 'client/src/sass/class-helpers')
-rw-r--r-- | client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss index bb5902ec9..dfe6f9050 100644 --- a/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss +++ b/client/src/sass/class-helpers/_custom-bootstrap-helpers.scss | |||
@@ -4,5 +4,5 @@ | |||
4 | // Font sizes | 4 | // Font sizes |
5 | 5 | ||
6 | .fs-5-5 { | 6 | .fs-5-5 { |
7 | @include font-size(1.125rem); | 7 | @include font-size(18px); |
8 | } | 8 | } |