aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-28 04:58:59 -0500
committerBobby <[email protected]>2022-12-28 04:58:59 -0500
commit5c69caca0f9c12c98a1bd710af46299a9ef219d6 (patch)
tree24909c9550b175a0c3946eb346ad12d8a569983e /static/css
parent51a42e119ac6076c017dcb0a76c30989395df0c3 (diff)
downloadthatcomputerscientist-5c69caca0f9c12c98a1bd710af46299a9ef219d6.tar.xz
thatcomputerscientist-5c69caca0f9c12c98a1bd710af46299a9ef219d6.zip
Fixing Footer
Diffstat (limited to 'static/css')
-rw-r--r--static/css/main.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 84a0cea5..f4e00aaa 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -187,6 +187,14 @@ input {
display: inline;
}
+#footer {
+ clear: both;
+ margin: 20px auto;
+ padding: 5px 0px 0px 0px;
+ width: 1000px;
+ display: block;
+}
+
#login-form div {
margin: 0px 0px 15px 0px;
padding: 0px;
@@ -206,11 +214,10 @@ input {
#recent-posts a {
color: #91b3ee;
- /* color: #56a6a1; */
}
#recent-posts h1 a {
- color: #91b3ee;
+ color: #56a6a1;
}