Spaces:
Sleeping
Sleeping
File size: 921 Bytes
a97d040 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
@media only screen and (max-width: 980px) {
.dl-share {
display: none;
}
.year {
text-align: left;
}
}
@media only screen and (max-width: 800px) {
body {
padding-bottom: 10px;
}
.container {
margin-top: 10px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 640px) {
.container {
padding: 20px;
}
h1 {
margin-top: 20px;
}
.propic {
border-radius: 0;
}
.list-unstyled li {
border-bottom: 1px solid #fcfcfc;
padding: 15px 0;
}
.firsthr {
visibility: hidden;
}
.secicon.fa {
margin: 10px 0;
}
.year,
.mobmid {
text-align: center;
}
}
@media only screen and (width: 480px) {
footer{
padding: 0 100px;
}
}
@media only screen and (max-width: 360px) {
footer{
padding: 0 15px;
}
} |