Skip to content

Commit

Permalink
Stupid container being stupid. Told it to stop
Browse files Browse the repository at this point in the history
  • Loading branch information
twanariens committed Mar 31, 2021
1 parent 9294c27 commit 16515ed
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

.social-icons-container{
position:absolute;
top:84px;
top:0px;
right:0px;
width:100%;
background-color:rgba(15,23,31,.6);
Expand Down Expand Up @@ -329,6 +329,10 @@
margin-left:10px;
}

.dark-theme{
position:relative;
}

@media (max-width:500px){
.row.justify-content-center.justify-content-sm-start.header-container{
flex-wrap:wrap;
Expand Down

0 comments on commit 16515ed

Please sign in to comment.