about summary refs log tree commit diff homepage
path: root/_css/basic.css
diff options
context:
space:
mode:
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;
-}