Commit 14d7d6f1 authored by delanoe's avatar delanoe

[CSS] Fix size and margin.

parent c0cf9e3f
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
/* Base styles (regardless of theme) */ /* Base styles (regardless of theme) */
.bs-callout { .bs-callout {
margin: 20px 0; margin: 20px -25px;
padding: 15px 30px 15px 15px; padding: 15px 30px 15px 15px;
border-left: 10px solid #A1C2D8; border-left: 3px solid #A1C2D8;
} }
.bs-callout h4 { .bs-callout h4 {
margin-top: 0; margin-top: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment