diff --git a/style/style_fun.css b/style/style_fun.css index 4479262..9aeb4e3 100644 --- a/style/style_fun.css +++ b/style/style_fun.css @@ -1,3 +1,7 @@ +* { + box-sizing: content-box; +} + @keyframes defilement { 0% { top: 0; @@ -31,7 +35,7 @@ .star-wars { background-color: black; - height: 100vh; + height: 70%; margin-right: 10px; transform: perspective(400px) rotateX(20deg); overflow: hidden; diff --git a/style/style_fun.css.map b/style/style_fun.css.map index 6ba2d74..f73a8c1 100644 --- a/style/style_fun.css.map +++ b/style/style_fun.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["styles_fun.scss"],"names":[],"mappings":"AAAA;EACI;IACE;IACA;;EAEF;IACE;IACA;;;AAGN;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAGN;EACE;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA","file":"style_fun.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["styles_fun.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACI;IACE;IACA;;EAEF;IACE;IACA;;;AAGN;EACI;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;;AAGN;EACE;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA","file":"style_fun.css"} \ No newline at end of file diff --git a/style/styles_fun.scss b/style/styles_fun.scss index b7d0abb..f9153c8 100644 --- a/style/styles_fun.scss +++ b/style/styles_fun.scss @@ -1,3 +1,6 @@ +* { + box-sizing: content-box; +} @keyframes defilement { 0% { top: 0; @@ -24,13 +27,13 @@ 100% { color:yellow; } -} + } .main-contents { z-index: 9999; } .star-wars { background-color: black; - height: 100vh; + height: 70%; margin-right: 10px; transform: perspective(400px) rotateX(20deg); overflow: hidden;