You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
439 B
32 lines
439 B
.main-footer { |
|
background: #fcfcfc; |
|
padding: 2rem 0; |
|
margin-top: 5rem; |
|
|
|
.container { |
|
max-width: 80rem; |
|
} |
|
|
|
.footer-copyright { |
|
text-align: center; |
|
a { |
|
display: inline-block; |
|
padding: 1rem; |
|
} |
|
} |
|
|
|
.footer-nav ul { |
|
list-style-type: none; |
|
|
|
li { |
|
margin: 0; |
|
padding: 0; |
|
a { |
|
padding: .5rem .2rem; |
|
display: inline-block; |
|
width: 100%; |
|
} |
|
} |
|
|
|
} |
|
}
|
|
|