mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
13 lines
195 B
SCSS
13 lines
195 B
SCSS
footer {
|
|
text-align: left;
|
|
opacity: 0.8;
|
|
& ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 1rem;
|
|
margin-top: -1rem;
|
|
}
|
|
}
|