repaired the responsive error at about page

pull/1/head
CatalinScr 7 years ago
parent 3960cd25f8
commit 3196d4558f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 40 KiB

@ -34,10 +34,22 @@
} }
.cp-bio-avatar { .cp-bio-avatar {
padding-right: 0; padding-right: 0;
@media (max-width: 991px) {
padding-right: 15px;
}
img {
@media (max-width: 991px) {
margin: 0 auto;
display: block;
}
}
} }
.cp-bio-avatar-right { .cp-bio-avatar-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
@media (max-width: 991px) {
padding-left: 15px;
}
} }
} }
.cp-develop-about { .cp-develop-about {

Loading…
Cancel
Save