OSM2IPFS/earth/g1gate/index_fichiers/styles.css

58 lines
592 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%);
text-align: center;
2023-09-01 19:41:43 +02:00
}
footer blockquote {
margin: 0;
font-style: italic;
}
footer a,
footer a:visited {
text-decoration: none;
color: hsl(0, 0%, 50%);
}
footer a:hover {
text-decoration: underline;
2023-09-01 19:41:43 +02:00
}