mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
deploy: 1755de31e5
This commit is contained in:
parent
e6d4c07286
commit
a9765abdd7
2 changed files with 71 additions and 59 deletions
|
|
@ -73,6 +73,16 @@ a:visited {
|
|||
width: 88px;
|
||||
height: 31px; }
|
||||
|
||||
.button-container {
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-flow: row wrap;
|
||||
gap: .5em; }
|
||||
.button-container img {
|
||||
align-self: center; }
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #37DCE8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue