Skip to content

Commit

Permalink
width:100%;
Browse files Browse the repository at this point in the history
width:50vw;
  • Loading branch information
ricoThaka authored Apr 19, 2024
1 parent af90ebf commit d5d79e1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ background-position: top right;
/* General & 'Reset' Stuff */

.container {
width: 90%;
width: 80%;
max-width: $container-max-width;
margin: 0 auto;
}
Expand Down Expand Up @@ -277,7 +277,7 @@ color: #fff;
#heading {

flex-wrap: wrap;
width:100%;

text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
position:fixed;
Expand All @@ -287,8 +287,12 @@ grid-template-rows: auto auto auto;
color:white;
padding:5px;
position:fixed;

width:100%;
width:50vw;
}



#footer {

flex-wrap: nowrap;
Expand All @@ -301,6 +305,7 @@ grid-template-rows: auto auto auto;
padding:5px;
position:fixed;
width:100%;
width:50vw;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}
Expand Down

0 comments on commit d5d79e1

Please sign in to comment.