mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
Add margin variable for paragraphs (#23140)
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
// bottom margin to use `rem` units instead of `em`.
|
||||
p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: $paragraph-margin-bottom;
|
||||
}
|
||||
|
||||
// Abbreviations
|
||||
|
||||
Reference in New Issue
Block a user