diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 21:28:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 21:28:03 +0100 |
commit | e75b3fe8cc54f62d6c6dc6b3a0c98c2c7640017f (patch) | |
tree | a4d29f81306c519f21464c2d257a4e1f726db68a /src/sass | |
parent | 7075b22bda0da70108f150208a8b8f0898854eb1 (diff) | |
parent | 298076829936818ad95e5a9de4b57c81158779d2 (diff) |
Merge pull request #13 from gico-net/feat/add-repo
Add repository if does not exists
Diffstat (limited to 'src/sass')
-rw-r--r-- | src/sass/_bootstrap.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sass/_bootstrap.sass b/src/sass/_bootstrap.sass index c83c1eb..4fbcb1c 100644 --- a/src/sass/_bootstrap.sass +++ b/src/sass/_bootstrap.sass @@ -26,3 +26,6 @@ h2 @media (max-width: 768px) @content +.toast-header + padding-bottom: 0 + margin-bottom: 0 |