Changed the logo, uploaded the new font, repaired responsive
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
.container {
|
||||
@media only screen and (max-device-width : 576px) {
|
||||
margin-top: 6em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-right {
|
||||
.cp-register-btn {
|
||||
@@ -51,11 +56,23 @@
|
||||
p {
|
||||
//font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
//font-style: italic;
|
||||
}
|
||||
}
|
||||
.cp-topbar {
|
||||
position: absolute;
|
||||
button:focus {
|
||||
outline: none;
|
||||
}
|
||||
.navbar-toggler-left {
|
||||
top: -0.59rem;
|
||||
}
|
||||
.cp-left {
|
||||
.fa-bars {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-topbar { position: absolute; }
|
||||
|
||||
@callout-padding: 15px;
|
||||
|
||||
.bs-callout {
|
||||
@@ -72,6 +89,11 @@
|
||||
color: black;
|
||||
&:hover { text-decoration-line: none; }
|
||||
}
|
||||
div {
|
||||
@media only screen and (min-device-width : 576px) and (max-device-width : 767px) {
|
||||
left: 4.5em !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
h4 {
|
||||
margin: 0;
|
||||
@@ -141,3 +163,15 @@ h4 {
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-inverse .navbar-toggler {
|
||||
border-color: transparent;
|
||||
}
|
||||
@media (min-width: 576px) and (max-width: 767px) {
|
||||
.container {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
div#cp-main.cp-page-index .cp-topbar .navbar-toggler-left {
|
||||
left: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user