1
0
forked from javalsai/website

chore: misc improvements

This commit is contained in:
javalsai 2024-09-30 22:36:16 +02:00
parent ce3353fc4f
commit cb7060b5f2
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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;
}