mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-26 23:04:36 +02:00
Remove bottom margin from H3
This commit is contained in:
@@ -86,18 +86,19 @@ h2, .beta{
|
||||
}
|
||||
h3, .gamma{
|
||||
.all-headers;
|
||||
font-size: @body-font-size * 1.5;
|
||||
font-size: @body-font-size * 1.2;
|
||||
.lhd;
|
||||
.mbn;
|
||||
}
|
||||
h4, .delta{
|
||||
.all-headers;
|
||||
font-size: @body-font-size * 1.5;
|
||||
font-size: @body-font-size * 1;
|
||||
.lhd;
|
||||
.mbn;
|
||||
}
|
||||
h5, .epsilon{
|
||||
.all-headers;
|
||||
font-size: @body-font-size * 1.2;
|
||||
font-size: @body-font-size * 1;
|
||||
.lhs;
|
||||
.mbn
|
||||
}
|
||||
|
Reference in New Issue
Block a user