mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* improving footer * improve ui * upgrading dependencies * adding glow to all boxes on dashboard * introducing single listing view * next release version * improve screenshots and login page
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
.navigate {
|
|
&__footer {
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
width: 100%;
|
|
display: flex;
|
|
padding-bottom: 12px;
|
|
}
|
|
} |