recycled.cloud/assets/main.css

15 lines
172 B
CSS

body, main, header, footer {
width: 100%;
}
.flex {
display: flex;
}
h1, h2, h3, h4, h5, h6, p, strong {
color: #0F3975;
}
small {
font-size: 1rem !important;
}