OSM2IPFS/earth/g1gate_fichiers/styles.css

44 lines
458 B
CSS
Raw Normal View History

2023-09-01 19:41:43 +02:00
header {
text-align: center;
margin-bottom: 2rem;
}
header h1 {
margin-bottom: 0.5rem;
}
header #description {
margin-top: 0.5rem;
font-style: italic;
}
#expenses svg {
font-size: 24px !important;
}
form {
margin: auto;
}
footer {
margin-top: 3rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-bottom: 3rem;
border-top: 2px solid hsl(0, 0%, 95%);
}
footer blockquote {
margin: 0;
font-style: italic;
text-align: center;
}