2019-07-25 21:13:27 +00:00
|
|
|
.footer {
|
|
|
|
padding: 40px 20px;
|
|
|
|
flex-grow: 0;
|
|
|
|
color: $light-color-secondary;
|
|
|
|
|
2019-07-26 02:58:07 +00:00
|
|
|
.rss{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2019-07-25 21:13:27 +00:00
|
|
|
&__inner {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 760px;
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
@media #{$media-size-tablet} {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 1rem;
|
|
|
|
color: $light-color-secondary;
|
|
|
|
|
|
|
|
@media #{$media-size-tablet} {
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
& > *:not(:last-child) {
|
|
|
|
border-right: 1px solid;
|
|
|
|
padding: 0 15px;
|
|
|
|
|
|
|
|
@media #{$media-size-tablet} {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& > *:last-child {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|