recycled.cloud/assets/main.css

20 lines
210 B
CSS
Raw Normal View History

body, main, header, footer {
width: 100%;
}
.flex {
display: flex;
}
2024-10-21 06:36:28 +02:00
h1, h2, h3, h4, h5, h6, p, strong {
color: #0F3975;
}
small {
font-size: 1rem !important;
}
2024-10-28 13:13:54 +01:00
sub {
font-size: 50% !important;
}