mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-23 01:32:04 -07:00
13 lines
238 B
CSS
13 lines
238 B
CSS
#footer{
|
|
width: 100%;
|
|
max-height: 50px;
|
|
min-height: 50px;
|
|
background-color: var(--main-color);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
#footer a{
|
|
color: white;
|
|
font-weight: 400;
|
|
} |