summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-23 21:40:41 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-23 21:40:41 -0500
commit15f2b32511e9b4c0479ad03c18a69653328f36b1 (patch)
treec9b4782bfc0b790ab1e19c7b3e2ac43d22b005e7 /public/css
parentfix endpoint, html parse, load more posts (diff)
downloadxssbook-15f2b32511e9b4c0479ad03c18a69653328f36b1.tar.gz
xssbook-15f2b32511e9b4c0479ad03c18a69653328f36b1.tar.bz2
xssbook-15f2b32511e9b4c0479ad03c18a69653328f36b1.zip
i changed a lot of shit
Diffstat (limited to 'public/css')
-rw-r--r--public/css/home.css11
-rw-r--r--public/css/main.css11
2 files changed, 11 insertions, 11 deletions
diff --git a/public/css/home.css b/public/css/home.css
index f05466a..33d72c0 100644
--- a/public/css/home.css
+++ b/public/css/home.css
@@ -179,15 +179,4 @@ body {
width: calc(100% - 20px);
background-color: #f0f2f5;
font-family: sfpro;
-}
-
-#load {
- width: 100%;
- display: flex;
- justify-content: center;
- padding-bottom: 20px;
-}
-
-#load a:hover {
- border-bottom: #606770 1px solid;
} \ No newline at end of file
diff --git a/public/css/main.css b/public/css/main.css
index a75a941..c1b4fa2 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -293,4 +293,15 @@ form {
border-radius: 10px;
margin-left: 10px;
width: 100%;
+}
+
+#load {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ padding-bottom: 20px;
+}
+
+#load a:hover {
+ border-bottom: #606770 1px solid;
} \ No newline at end of file