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