Commit e1d49c52 authored by innovaciones's avatar innovaciones Committed by AUTOMATIC1111

Fix border

parent 6cd61381
...@@ -156,6 +156,9 @@ button{ ...@@ -156,6 +156,9 @@ button{
margin-right: auto; margin-right: auto;
margin-top: 35px; margin-top: 35px;
z-index: 100; z-index: 100;
border: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
......
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