accounts-frontend/src/pages/profile/profile.scss

19 lines
254 B
SCSS
Raw Normal View History

.container {
2016-05-28 02:08:11 +05:30
padding: 55px 10px 65px; // 65px for footer
}
2016-05-22 22:55:38 +05:30
.footer {
width: 100%;
2016-05-28 01:53:53 +05:30
position: absolute;
bottom: 10px;
2016-05-22 22:55:38 +05:30
left: 0;
2016-05-28 01:53:53 +05:30
text-align: center;
2016-05-22 22:55:38 +05:30
}
@media (max-width: 720px) {
.container {
2016-05-28 01:53:53 +05:30
padding-top: 20px;
}
}