about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 15:10:08 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 15:10:08 +0700
commitc9409b7b0b426a8af44c2046972d26ff5621f37b (patch)
tree0af2dd0cde679a0c4760e6345b65e71834692485 /_css
parentc103a38f23e838d0debd75438b770f3a29608400 (diff)
downloadsite-c9409b7b0b426a8af44c2046972d26ff5621f37b.tar.gz
Migrate the old conseq blog
Diffstat (limited to '_css')
-rw-r--r--_css/basic.css8
-rw-r--r--_css/franklin.css6
2 files changed, 2 insertions, 12 deletions
diff --git a/_css/basic.css b/_css/basic.css
index 15046be..f85e28d 100644
--- a/_css/basic.css
+++ b/_css/basic.css
@@ -33,8 +33,7 @@ nav li a {
 }
 
 header {
-  margin-top: 3rem;
-  margin-bottom: 3rem;
+  margin: 2rem 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
@@ -125,8 +124,3 @@ td {
 table tbody tr td {
   border: 1px solid lightgray;
 }
-
-.note {
-  background-color: aliceblue;
-  padding: 0px 1em;
-}
diff --git a/_css/franklin.css b/_css/franklin.css
index e0b0128..2575a39 100644
--- a/_css/franklin.css
+++ b/_css/franklin.css
@@ -70,11 +70,7 @@ html {
 .page-foot {
   font-size: 80%;
   color: #a6a2a0;
-  text-align: center;
-  margin-top: 6em;
-  border-top: 1px solid lightgrey;
-  padding-top: 2em;
-  margin-bottom: 4em;
+  margin: 3rem 0;
 }
 
 /* ==================================================================