Change website button from image to HTML (#1554)

This commit is contained in:
Dawid Potocki
2019-12-01 15:04:19 +00:00
committed by GitHub
parent c4b0c4ed23
commit bd9f7b4a83
5 changed files with 143 additions and 50 deletions

View File

@ -204,12 +204,19 @@ footer {
.btn-icon {
display: flex;
justify-content: center;
font-size: 1.5rem;
padding: 0.5rem;
border-radius: 0.25rem;
display: flex;
height: 2.4rem;
color: #ddd;
width: 2.4rem;
color: #eee;
}
.btn-icon:hover {
text-decoration: none;
color: #fff;
}
.btn-tor {