UNPKG
@danizean/cyberzone
Version:
latest (1.1.3)
1.1.3
1.1.2
cyberzone NFTS
github.com/halvest/cyberzone
@danizean/cyberzone
/
frontend
/
components
/
instructionsComponent
/
navigation
/
footer
/
footer.module.css
12 lines
(11 loc)
•
156 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.footer
{
display
: flex;
flex-direction
: column;
align-items
: center;
gap
:
1rem
; }
.icons_container
{
display
: flex;
gap
:
2rem
;
margin-bottom
: .
5rem
; }