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.
13 lines
221 B
13 lines
221 B
.footer {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 1.6rem;
|
|
line-height: 2rem;
|
|
margin-bottom: 1rem;
|
|
@media only screen and (max-width: 768px) {
|
|
font-size: 1.5rem;
|
|
}
|
|
a {
|
|
color: $link-color;
|
|
}
|
|
}
|
|
|