web buttons! (+ lfs)
This commit is contained in:
parent
3fe7f28bd2
commit
816e68d673
7 changed files with 46 additions and 4 deletions
|
@ -271,6 +271,20 @@ ul.links li a:hover {
|
|||
}
|
||||
}
|
||||
|
||||
div#web-buttons {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
#web-buttons a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#web-buttons img {
|
||||
image-rendering: auto;
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: 1px solid #888;
|
||||
}
|
||||
|
|
Reference in a new issue