Changed overflow visible to hidden of hr element

This commit is contained in:
costingh 2021-07-15 08:10:06 +03:00
parent fc091cce15
commit 0bdcaade3a

View File

@ -53,7 +53,7 @@ h1 {
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
overflow: hidden; /* 2 */
}
/**