2025-09-29 20:36:56 +02:00
|
|
|
.navigate {
|
2025-12-14 12:23:59 +01:00
|
|
|
&__footer {
|
2025-09-29 20:36:56 +02:00
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2025-12-14 12:23:59 +01:00
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 0.5rem;
|
2025-09-29 20:36:56 +02:00
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
}
|