politikorama/static/css/matter.css

49 lines
570 B
CSS

.matter{
}
.matter section{
padding-left: 1em;
margin-bottom: 1.2em;
}
.matter h1{
font-size: 2em;
font-weight: bold;
line-height: 1.4em;
text-align: center;
}
.matter h2{
font-size: 1.4em;
font-weight: bold;
line-height: 1.4em;
padding-left: .2em;
}
.matter h3{
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
padding-left: 1.6em;
margin-top: .6em;
}
.matter p{
padding-left: 2em;
line-height: 1.2em;
}
.matter ul{
list-style-type: disc;
padding-left: 2em;
}
.matter li{
padding: .2em 0;
line-height: 1.2em;
}
.matter li a{
text-decoration: underline;
}