Update hectabitstyles.css

This commit is contained in:
Tracker-Friendly 2024-04-17 08:46:46 +01:00
parent 51873046b7
commit 2dbfbf5a5f
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* Reset some default styles */
body, h1, p, ul, li, li2, p1 {
body, h1, p, ul, li, li2, p1, p2 {
margin: 0;
padding: 0;
list-style-type: none;
@ -50,6 +50,10 @@ body {
--shadow: lightgrey;
}
p2 {
overflow-wrap: break-word;
}
/* Sidebar styles */
.sidecontainer {
position: fixed;