About Social Code
summaryrefslogtreecommitdiff
path: root/html/assets/style.css
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-01-20 22:58:09 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-01-20 22:58:09 -0500
commitcb205d1c4bf42f5c2e25cef6e7884853c86de056 (patch)
treed63a8cdc01d22bb2af5d58739fba24e4b803187c /html/assets/style.css
parent75b3b6a4785b91909de7e06d2b729e43c1daeb59 (diff)
Add RSS feed
Diffstat (limited to 'html/assets/style.css')
-rw-r--r--html/assets/style.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/html/assets/style.css b/html/assets/style.css
index 06345df..4c7cf48 100644
--- a/html/assets/style.css
+++ b/html/assets/style.css
@@ -89,6 +89,19 @@ blockquote
overflow-wrap: anywhere;
}
+img.rss:hover
+{
+ transform: scale(120%);
+}
+
+img.rss
+{
+ height: 1em;
+ width: 1em;
+ display: inline;
+ margin-left: 10px;
+}
+
.main-container
{
margin: 0;
@@ -259,7 +272,7 @@ main
{
display: flex;
flex-wrap: wrap;
- justify-content: center;
+ justify-content: start;
}
.note-box
@@ -293,6 +306,7 @@ main
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
+ margin-right: 10px
}
.note-box img
@@ -329,6 +343,12 @@ main
{
display: initial;
}
+
+ .note-link
+ {
+ margin-left: auto;
+ margin-right: auto;
+ }
}
.animated-box::before