Skip to content

Commit

Permalink
Fixed container height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reionize committed Sep 19, 2024
1 parent cd9c468 commit bf7131b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
word-wrap: break-word;
line-height:170%;
position: relative;
/*float:left;*/
<<<<<<< HEAD
overflow-x:hidden;
=======
Expand Down Expand Up @@ -149,7 +150,7 @@ h3{

#container{
position:relative;
min-height: 100%;
height: 100%;
width: 100%;
}

Expand Down

0 comments on commit bf7131b

Please sign in to comment.