rename index.htm to index.html and remove a border radius.

This commit is contained in:
fiatjaf
2023-04-08 21:19:05 -03:00
parent 601580e227
commit 5eadfb3ccc
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
"build-js": "esbuild src/index.ts --bundle --minify --sourcemap=external --outfile=dist/index.js",
"build-css": "yarn sass src/style.scss dist/style.css --style compressed",
"build-html": "cp src/index.htm dist/index.htm",
"build-html": "cp src/index.html dist/index.html",
"build": "rm -rf dist && yarn build-js && yarn build-css && yarn build-html && cp -r src/img dist/img",
"test": "yarn jest",
"serve": "rm -rf dist && yarn build-css && yarn build-html && cp -r src/img dist/img && yarn build-js --servedir=dist",

View File

@@ -61,7 +61,6 @@ img[src=""] {
.profile-summary-card {
img {
max-width: 75px;
border-radius: 38px;
float: left;
margin: 10px 10px 10px 0;
}
@@ -108,4 +107,4 @@ img[src=""] {
float: left;
margin: 10px 10px 10px 0;
}
}
}