update adjust
This commit is contained in:
@@ -28,8 +28,8 @@ export default {
|
||||
.home-view {
|
||||
// width: 100vw;
|
||||
// height: 100vh;
|
||||
height: $actual_height;
|
||||
width: $actual_width;
|
||||
height: adjust($actual_height);
|
||||
width: adjust($actual_width);
|
||||
overflow: hidden;
|
||||
background: url(../assets/bg.png) center/cover no-repeat ;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user