This website works better with JavaScript
Home
Explore
Help
Sign In
minismoosburg
/
homepage
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
adds width to homepage image
rosenclosed
2 years ago
parent
97cdeb29ab
commit
f3cb232904
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
src/style/_home.scss
+ 3
- 0
src/style/_home.scss
View File
@@ -0,0 +1,3 @@
+#home-img {
+ width: 15em;
+}