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