Small changes to CSS. README.md with screenshots

This commit is contained in:
unknown
2021-06-08 12:51:50 +02:00
parent 1636b705de
commit 22920f2660
16 changed files with 70 additions and 40 deletions

View File

@@ -1,5 +1,4 @@
.BookmarkCard {
/* margin-top: 10px; */
margin-bottom: 30px;
}
@@ -21,8 +20,7 @@
transition: all 0.25s;
}
.BookmarkCard a:hover,
.BookmarkCard a:focus {
.BookmarkCard a:hover {
text-decoration: underline;
padding-left: 10px;
}