Commit e1d5981a authored by Roman Alifanov's avatar Roman Alifanov

improved button

parent ca5c6af0
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
.download-right .button { .download-right .button {
cursor: pointer; cursor: pointer;
display: inline-block;
} }
.download-right .button:hover { .download-right .button:hover {
......
...@@ -58,8 +58,16 @@ body::before { ...@@ -58,8 +58,16 @@ body::before {
} }
.button { .button {
display: inline-block;
padding: 10px 20px; padding: 10px 20px;
font-size: 18px; font-size: 18px;
margin-left: 4px;
margin-right: 4px;
margin-top: 4px;
margin-bottom: 16px;
text-decoration: none; text-decoration: none;
background-color: var(--bg); background-color: var(--bg);
color: #fff; color: #fff;
......
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