35 lines
436 B
CSS
35 lines
436 B
CSS
|
@import url(https://jenil.github.io/bulmaswatch/flatly/bulmaswatch.min.css);
|
||
|
|
||
|
body{
|
||
|
padding: 8px
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
font-size: 2.5rem;
|
||
|
font-weight: 600;
|
||
|
line-height: 1;
|
||
|
}
|
||
|
|
||
|
h4{
|
||
|
font-size: 1.5rem;
|
||
|
font-weight: 600;
|
||
|
padding-top: 8px;
|
||
|
}
|
||
|
|
||
|
hr{
|
||
|
margin: 8px 0;
|
||
|
}
|
||
|
|
||
|
p{
|
||
|
/* margin-left: 8px; */
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
|
||
|
ul{
|
||
|
list-style-type: disc !important;
|
||
|
list-style: disc !important;
|
||
|
}
|
||
|
|
||
|
li{
|
||
|
margin-left: 3em;
|
||
|
}
|