Commit 54c45ecd authored by Gwen_'s avatar Gwen_

added an overflow:hidden to prevent h2 and h1 lines from overlapping images

parent ce46ad53
......@@ -102,6 +102,7 @@
padding-bottom: 0.3em;
border-bottom: 1px solid $white-dark;
color: $gl-text-color;
overflow: hidden;
&:first-child {
margin-top: 0;
......@@ -115,6 +116,7 @@
padding-bottom: 0.3em;
border-bottom: 1px solid $white-dark;
color: $gl-text-color;
overflow: hidden;
}
h3 {
......
---
title: added an overflow:hidden to prevent h2 and h1 lines from overlapping images
merge_request:
author: Gwen_
type: fixed
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