2023-01-09 10:33:38 +01:00
|
|
|
footer {
|
2023-01-17 23:44:08 +01:00
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
2023-01-17 12:05:18 +01:00
|
|
|
background-color: #21262d;
|
2023-01-17 23:44:08 +01:00
|
|
|
color: #ddd;
|
2023-01-09 10:33:38 +01:00
|
|
|
}
|
2023-01-17 23:44:08 +01:00
|
|
|
footer div.content {
|
2023-01-09 10:33:38 +01:00
|
|
|
display: flex;
|
2023-01-17 23:44:08 +01:00
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
max-width: 1280px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
padding-right: 1rem;
|
|
|
|
padding-left: 1rem;
|
2023-01-09 10:33:38 +01:00
|
|
|
}
|
|
|
|
|
2023-01-17 23:44:08 +01:00
|
|
|
footer div.text {
|
|
|
|
display: flex;
|
|
|
|
gap: 1.5rem;
|
|
|
|
font-size: 14px;
|
2023-01-09 10:33:38 +01:00
|
|
|
}
|
|
|
|
|
2023-01-17 23:44:08 +01:00
|
|
|
footer div.text a {
|
|
|
|
color: #ddd;
|
2023-01-09 10:33:38 +01:00
|
|
|
}
|
|
|
|
|
2023-01-17 23:44:08 +01:00
|
|
|
footer div.social {
|
|
|
|
display: flex;
|
|
|
|
gap: 1rem;
|
|
|
|
align-items: center;
|
2023-01-09 10:33:38 +01:00
|
|
|
}
|