Skip to content

Commit

Permalink
Update width of header and footer
Browse files Browse the repository at this point in the history
Avoids overlapping of header license text onto main content
  • Loading branch information
skilldrick committed Nov 21, 2022
1 parent 20093be commit e7b16e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ img {
}

header {
width:270px;
width:240px;
float:left;
position:fixed;
}
Expand All @@ -117,7 +117,7 @@ hr {
}

footer {
width:270px;
width:240px;
float:left;
position:fixed;
bottom:50px;
Expand Down

1 comment on commit e7b16e6

@BigEd
Copy link
Collaborator

@BigEd BigEd commented on e7b16e6 Nov 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @skilldrick !

Please sign in to comment.