2020-06-19 23:47:44 +02:00
|
|
|
.site-foot {
|
|
|
|
background: var(--color-secondary);
|
|
|
|
color: var(--color-white);
|
|
|
|
|
|
|
|
&__inner {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
grid-template-rows: 1fr;
|
|
|
|
grid-column-gap: 1.5rem;
|
|
|
|
grid-row-gap: 0;
|
|
|
|
padding: 3.5rem 0 2.5rem;
|
|
|
|
font-weight: 300;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
2020-07-15 16:35:35 +02:00
|
|
|
|
|
|
|
.social {
|
|
|
|
+ .social {
|
|
|
|
margin-left: 1.5rem;
|
|
|
|
}
|
|
|
|
}
|
2020-06-19 23:47:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: currentColor;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2020-06-26 16:32:56 +02:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline-color: var(--color-white);
|
|
|
|
}
|
2020-06-19 23:47:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__credit {
|
|
|
|
// text-align: center;
|
|
|
|
}
|
|
|
|
}
|