about summary refs log tree commit diff homepage
path: root/_css/basic.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/basic.css
parentc103a38f23e838d0debd75438b770f3a29608400 (diff)
downloadsite-c9409b7b0b426a8af44c2046972d26ff5621f37b.tar.gz
Migrate the old conseq blog
Diffstat (limited to '_css/basic.css')
-rw-r--r--_css/basic.css8
1 files changed, 1 insertions, 7 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;
-}