diff --git a/static/myip.css b/static/myip.css index 089d755..3ab505b 100644 --- a/static/myip.css +++ b/static/myip.css @@ -66,8 +66,9 @@ body { background: #101F2D; color: #ffffff; font-size: 1.2em; - padding: 5px 20px; + padding: 8px 20px; transition: all .3s; + border:0; } .copy-btn-below:hover, .copy-btn-below:active { font-family: 'Montserrat', Helvetica, Arial, sans-serif; @@ -76,7 +77,8 @@ body { background: #79858B; color: #ffffff; font-size: 1.2em; - padding: 5px 20px; + padding: 8px 20px; transition: all .3s; + border:0; }