Hopefully fixed the visual bug with the buttons
This commit is contained in:
@@ -63,7 +63,7 @@ body {
|
||||
color: #ffffff;
|
||||
width: 60%;
|
||||
padding: 10px 10px;
|
||||
margin-left: 3%;
|
||||
|
||||
}
|
||||
|
||||
.url:focus {
|
||||
@@ -77,8 +77,9 @@ body {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
padding: 0 1% 0 1%;
|
||||
margin: 0 3% 0 1%;
|
||||
padding: 0 1vw 0 1vw;
|
||||
margin-left: 1vw;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
|
||||
Reference in New Issue
Block a user