update style

This commit is contained in:
surajmandalcell 2018-06-08 06:32:08 +05:30
parent 01f953f226
commit 824ad5b543
1 changed files with 17 additions and 9 deletions

View File

@ -13,14 +13,14 @@
}
}
ul.p-menu__lists::before {
content: ">";
color: #d100b1;
font-size: 20px;
/*ul.p-menu__lists::before {
content: "";
color: #ED5276;
font-size: 1.5rem;
font-weight: bold;
font-family: monospace, sans-serif;
}
*/
.p-title__link {
color: #ccc;
}
@ -444,14 +444,22 @@ img {
margin-top: 16px
}
/* Menu styles*/
.p-menu {
width: 100%;
background: #000;
padding-top: 10px;
padding-bottom: 13px;
margin-bottom: 40px;
padding-top: 12px;
padding-bottom: 14px;
margin-bottom: 4rem;
display: inline-block;
border-top: 3px solid #d100b1;
border-left: 2px solid #ED5276cc;
}
.p-menu:hover{
border-left: 4px solid #ED5276cc;
opacity: 0.65
}
.p-menu__lists {