|
|
@@ -6505,10 +6505,15 @@ header .circles .circle:nth-child(3) {
|
|
|
|
|
|
header .burger {
|
|
|
display: none;
|
|
|
+ margin: 7px 2px 5px;
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
background: url(../img/style/menu-burger.png) center no-repeat;
|
|
|
- cursor: pointer; }
|
|
|
+ cursor: pointer;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ z-index: 2; }
|
|
|
|
|
|
header .menu-mobile {
|
|
|
list-style: none;
|
|
|
@@ -9975,8 +9980,8 @@ footer .copyright .logo {
|
|
|
.main-container .col-lg-10 {
|
|
|
width: 73% !important; }
|
|
|
|
|
|
- header .circles {
|
|
|
- position: static !important; }
|
|
|
+ header .burger {
|
|
|
+ display: block; }
|
|
|
|
|
|
header .menu ul li a {
|
|
|
font-size: 14.5px; }
|