repaired the responsive error at about page

This commit is contained in:
CatalinScr
2017-08-15 06:50:13 +03:00
parent 3960cd25f8
commit 3196d4558f
7 changed files with 12 additions and 0 deletions

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

View File

@@ -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 {