Changed the favicon, added the boostrap js file, reconfigure the top menu

This commit is contained in:
CatalinScr
2017-08-01 15:20:29 +03:00
parent 896186d059
commit e609950977
6 changed files with 27 additions and 6 deletions

View File

@@ -58,7 +58,7 @@
}
p {
//font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 21px;
font-size: 20px;
//font-style: italic;
}
}
@@ -67,6 +67,11 @@
button:focus {
outline: none;
}
.collapse {
a {
display: block;
}
}
.navbar-toggler-left {
top: -0.59rem;
}
@@ -178,4 +183,9 @@ h4 {
div#cp-main.cp-page-index .cp-topbar .navbar-toggler-left {
left: 5px;
}
}
@media (max-width: 767px) {
.collapse.show {
margin-bottom: -12em;
}
}