diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 21:27:00 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 21:27:00 +0100 |
commit | 298076829936818ad95e5a9de4b57c81158779d2 (patch) | |
tree | a4d29f81306c519f21464c2d257a4e1f726db68a /src | |
parent | c2ab16d3a89df2075f2e0047766168e8b711fe86 (diff) |
style: fix toast header
Diffstat (limited to 'src')
-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 |