Skip to content

Commit e219953

Browse files
author
Ankit Upadhyaye
committed
name changed to localhost.css
1 parent fe9af9f commit e219953

6 files changed

Lines changed: 42 additions & 17 deletions

File tree

css/localhost/localhost.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/localhost/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "localhost.css",
3+
"version": "1.0.0",
4+
"description": "A Minimal, Sementic, lightweight CSS boilerplate to make instant layout for your backend localhost projects",
5+
"main": "local.css",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/fewprojects/localcss.git"
12+
},
13+
"keywords": [
14+
"css",
15+
"boilerplate",
16+
"UI"
17+
],
18+
"author": "Ankit Upadhyay <ankit.upa007@gmail.com> (https://theankitnet.com/)",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/fewprojects/localcss/issues"
22+
},
23+
"homepage": "https://github.com/fewprojects/localcss#readme"
24+
}

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
.welcome {
7676
margin-top: 2rem;
77-
height: 100vh;
77+
height: 100%;
7878
}
7979
.welcome section h1 {
8080
color: var(--primary-color);
File renamed without changes.

0 commit comments

Comments
 (0)