Update layout styles for consistent dimensions across App.vue, index.html, and common.css; modify navigation redirection in index and policyList pages
This commit is contained in:
@@ -62,10 +62,9 @@ image {
|
||||
/* height: 100%; */
|
||||
}
|
||||
|
||||
body,
|
||||
html {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
body,html {
|
||||
width: 1080px!important;
|
||||
height: 1920px!important;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user