change styles

This commit is contained in:
b1ek 2023-03-20 08:52:38 +10:00
parent 7e7791b828
commit c6f39c986d
Signed by: blek
GPG Key ID: 14546221E3595D0C
5 changed files with 17 additions and 2 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ dist
*.log
*.tmp
*cache*

View File

@ -7,6 +7,7 @@
"license": "MIT",
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^5.5.0",
"events": "^3.1.0",
"parcel": "^2.8.3",
"parcel-namer-without-hash": "^0.0.1",

View File

@ -3,7 +3,7 @@
<head>
<title>resume.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="rootstyle.css" />
<link rel="stylesheet" href="standalone_page.css" />
</head>
<body>

View File

@ -1 +0,0 @@
../../../public/static/ui/resume.css

13
src/standalone_page.css Normal file
View File

@ -0,0 +1,13 @@
body, html {
margin: 0;
padding: 0;
}
div#resume_js_app {
background: #212121;
position: fixed;
top:0;left:0;
width: 100%;
height: 100%;
padding: 16px 10px;
}