diff --git a/notes/index.html b/notes/index.html
index e923ae1..2e34d7e 100644
--- a/notes/index.html
+++ b/notes/index.html
@@ -14,6 +14,7 @@
This will just contain markdown notes about academic stuff. Will try to use nice web stuff as much as
possible, like idk, integrate qalc graphs and that into formulas or smth.
+ FLASHBANG ALERT!
- math
- physics
diff --git a/styles/classes/ul-directions.css b/styles/classes/ul-directions.css
index 604e75a..74162d3 100644
--- a/styles/classes/ul-directions.css
+++ b/styles/classes/ul-directions.css
@@ -2,10 +2,10 @@
list-style-type: none;
margin: 0;
padding: 0;
+ gap: .3em;
}
.row-ul > li {
- margin: 0 .5em;
+ margin: 0 .2em;
display: inline;
- margin: 0;
}