This commit is contained in:
parent
cd4096b2ff
commit
a0afb6dfd3
24 changed files with 536 additions and 274 deletions
|
|
@ -44,6 +44,12 @@ main {
|
|||
}
|
||||
}
|
||||
|
||||
#groups {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
#text_body {
|
||||
margin-top: 1em;
|
||||
|
||||
|
|
|
|||
10
static/group.css
Normal file
10
static/group.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
main {
|
||||
h1 {
|
||||
margin-block: 0.83em;
|
||||
font-size: 1.50em;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: disc inside;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue