summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/main.css b/main.css
index b63082c..27624b0 100644
--- a/main.css
+++ b/main.css
@@ -12,8 +12,8 @@ body {
display: flex;
flex: 1;
flex-direction: column;
- margin: 0 0 100px;
background-color: #F4F4F4;
+ margin: 0 0 100px;
padding: 0 20px;
font-size: 15px;
font-family: Sans
@@ -51,11 +51,11 @@ header nav ul {
list-style: none;
}
-.about,
-.contact {
+#about,
+#contact {
padding-bottom: 1px;
}
-.blog {margin-bottom: -10px;}
+#blog {margin-bottom: -10px;}
.post-list ul {
padding: 0 20px;
@@ -83,9 +83,12 @@ footer {
}
footer p {
position: absolute;
+ margin: 0 0 5px 15px;
+ padding: 0;
+
left: 0px;
- bottom: 0;
- font-size: 13px;
+ bottom: 0px;
+ font-size: 12px;
font-weight: bold;
color: #4D4D4D;
}