19 lines
232 B
SCSS
Raw Normal View History

.container {
2020-05-24 02:08:24 +03:00
padding: 55px 0 65px;
}
.footer {
2020-05-24 02:08:24 +03:00
width: 100%;
position: absolute;
bottom: 10px;
left: 0;
2020-05-24 02:08:24 +03:00
text-align: center;
}
@media (max-width: 720px) {
2020-05-24 02:08:24 +03:00
.container {
padding-top: 20px;
}
}