Adjust menu positioning
This commit is contained in:
parent
550576b6bb
commit
40c832096d
@ -82,15 +82,18 @@ footer {
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
overflow-x: hidden; /* Disable horizontal scroll */
|
overflow-x: hidden;
|
||||||
padding-top: 60px; /* Place content 60px from the top */
|
overflow-y: hidden;
|
||||||
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
|
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The sidebar links */
|
/* The sidebar links */
|
||||||
.sidebar a {
|
.sidebar a {
|
||||||
padding: 8px 8px 8px 32px;
|
padding: 8px 8px 8px 8px;
|
||||||
font-family: concertone, Arial, Helvetica, sans-serif;
|
margin-left: 20px;
|
||||||
|
margin-top: 0px;
|
||||||
|
font-family: oxygen, Arial, Helvetica, sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
@ -152,7 +155,7 @@ footer {
|
|||||||
/* Float links */
|
/* Float links */
|
||||||
.sidebar a {
|
.sidebar a {
|
||||||
float: left;
|
float: left;
|
||||||
padding-top: 10px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar a:first-child {
|
.sidebar a:first-child {
|
||||||
@ -160,7 +163,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*Provice space for top menu*/
|
/*Provice space for top menu*/
|
||||||
.page-title {padding-top: 100px}
|
.page-title {padding-top: 90px}
|
||||||
|
|
||||||
/*Increase social link image size*/
|
/*Increase social link image size*/
|
||||||
.social-links img {max-width: 75px;}
|
.social-links img {max-width: 75px;}
|
||||||
|
Loading…
Reference in New Issue
Block a user