This commit is contained in:
Marc Beninca 2023-07-02 14:50:10 +02:00
parent e3d6bd7669
commit c85557b8b1

View file

@ -48,7 +48,6 @@ def main():
<header> <header>
<h1>Marc Beninca</h1>
<input type="checkbox" id="dark" onclick="swap()">Dark</input> <input type="checkbox" id="dark" onclick="swap()">Dark</input>
</header> </header>
@ -158,6 +157,7 @@ flex-wrap: wrap;
.tabs {{ .tabs {{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
padding: .5em 0 0 0;
}} }}
.tabs > input {{ .tabs > input {{
display: none; display: none;
@ -196,7 +196,6 @@ color: rgb(192,0,0);
}} }}
.tabs > div {{ .tabs > div {{
margin: 0 margin: 0
padding: 1em 0 0 0;
}} }}
a {{ a {{