Fix x overflow

master
Emil Miler 3 years ago
parent eef6a76b74
commit d9e71b13e7

@ -56,7 +56,7 @@ list-style-image: url('../img/troj-modry-maly.png');
border-bottom-style:inset;*/
}
hr.header{ height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); width: 100.5%;
hr.header{ height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); width: 100%;
margin-left: -0%; }
hr.footer{

Loading…
Cancel
Save