update theme

This commit is contained in:
surajmandalcell 2018-06-09 21:27:40 +05:30
parent a135753af2
commit cbe1ddc1e4
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -445,7 +445,7 @@ img {
} }
/* Menu styles*/ /* Menu styles - change */
.p-menu { .p-menu {
width: 100%; width: 100%;
@ -454,9 +454,10 @@ img {
padding-bottom: 14px; padding-bottom: 14px;
margin-bottom: 4rem; margin-bottom: 4rem;
display: inline-block; display: inline-block;
border-left: 2px solid #ED5276cc; border-left: 1rem solid #ED5276cc;
} }
/* change */
.p-menu:hover{ .p-menu:hover{
/*border-left: 4px solid #ED5276cc;*/ /*border-left: 4px solid #ED5276cc;*/
opacity: 0.65 opacity: 0.65
@ -467,6 +468,10 @@ img {
padding: 0; padding: 0;
max-width: 865px; max-width: 865px;
display: inline-block; display: inline-block;
/* Change */
max-width: 720px;
margin: 0 auto;
text-align: left;
} }
@media(min-width:640px) { @media(min-width:640px) {