mirror of
https://github.com/Rushilwiz/tj2023.git
synced 2025-05-20 17:19:50 -04:00
17 lines
320 B
CSS
17 lines
320 B
CSS
|
|
.SubheaderBlock {
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-size: 30px !important;
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
.SubsubheaderBlock {
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-size: 30px !important;
|
|
margin-top: 30px;
|
|
font-weight: bold;
|
|
} |