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 @@ <h1><a class="reference" id="notes" href="#notes">Notes</a></h1> <p>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.</p> + <p>FLASHBANG ALERT!</p> <ul class="row-ul"> <li><a href="math">math</a></li> <li><a href="physics">physics</a></li> 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; }