Update hectabitstyles.css
This commit is contained in:
parent
51873046b7
commit
2dbfbf5a5f
|
@ -1,5 +1,5 @@
|
||||||
/* Reset some default styles */
|
/* Reset some default styles */
|
||||||
body, h1, p, ul, li, li2, p1 {
|
body, h1, p, ul, li, li2, p1, p2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
@ -50,6 +50,10 @@ body {
|
||||||
--shadow: lightgrey;
|
--shadow: lightgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p2 {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sidebar styles */
|
/* Sidebar styles */
|
||||||
.sidecontainer {
|
.sidecontainer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Reference in New Issue