2018-04-24 16:55:39 +03:00
|
|
|
.footer {
|
2018-04-24 18:33:48 +03:00
|
|
|
padding-top: 1rem;
|
2018-04-24 16:55:39 +03:00
|
|
|
text-align: center;
|
2018-04-24 18:33:48 +03:00
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 0 .5rem;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2018-04-24 16:55:39 +03:00
|
|
|
}
|