diff --git a/style.scss b/style.scss index 6335c0ecc52d2..13468f62b8a3b 100755 --- a/style.scss +++ b/style.scss @@ -121,6 +121,10 @@ img { max-width: 100%; } +hr { + border: 2px solid #EDEDED; +} + .text-center { text-align: center; } @@ -316,6 +320,17 @@ footer { background: rgba(blue ,.1); } } + img { + width: 100%; + } + h3 { + position: absolute; + bottom: 10px; + color: white; + text-align: center; + width: 100%; + z-index: 20; + } } .previous-overlay { @@ -327,12 +342,3 @@ footer { top: 0; left: 0; } - -.previous-article h3 { - position: absolute; - bottom: 10px; - color: white; - text-align: center; - width: 100%; - z-index: 20; -}