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

18 lines
229 B
SCSS
Raw Normal View History

.container {
margin-top: 55px;
}
2016-05-22 22:55:38 +05:30
.footer {
text-align: center;
position: fixed;
bottom: 10px;
width: 100%;
left: 0;
}
@media (max-width: 720px) {
.container {
margin: 20px 10px 10px;
}
}