Skip to content

Commit

Permalink
fix width height issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dadedeandrade committed Mar 19, 2023
1 parent fb8a188 commit 1edee5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
.booting {
position: absolute;
width: 100%;
height: 100vh;
height: 100%;
z-index: 11;
background: linear-gradient(26deg, rgba(48,48,48,1) 75%, rgba(79,79,79,1) 98%),rgba(0,0,0,1) 0%;
background-size: 600% 600%;
Expand Down Expand Up @@ -132,16 +132,11 @@ html {

#Matrix {
z-index: -100;
width: 120%;
height: 135vh;
position: absolute;
}

body {
transition: 0.5s;
width: 100%;
min-height: 100%;


display: flex;
justify-content: center;
Expand Down

0 comments on commit 1edee5a

Please sign in to comment.