Update hectabitstyles.css
This commit is contained in:
parent
51873046b7
commit
2dbfbf5a5f
|
@ -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;
|
||||
|
|
Reference in New Issue