Skip to content

Commit

Permalink
corrected title overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andros-Spica committed Aug 13, 2024
1 parent ce41b30 commit 0dee73e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ $headerheight: 200px;

#header_wrap .inner
{
padding: 10px 0px 0px 30px;
padding: 10px 0px 0px 10px;
}

.headerRow {
content: "";
display: table;
clear: both;
}
Expand Down Expand Up @@ -148,7 +147,7 @@ nav ul li a .menu-title

#main_content_wrap
{
padding-left: $sidepadclosed;
padding-left: $sidepadclosed+50px;
transition: transform 400ms, opacity 400ms;
}

Expand Down Expand Up @@ -196,14 +195,14 @@ nav ul li a .menu-title
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
/*@media screen and (max-width: 600px) {
.column {
width: 100%;
}
.headerColumn {
width: 100%;
}
}
}*/

/* Back to top button */
.back-to-top-button {
Expand Down

0 comments on commit 0dee73e

Please sign in to comment.