Skip to content

Commit 4b7bcb0

Browse files
MaxWeisenJIB3377mhmaidi789dieunity
committed
Addressed Acc Lens sizing issue, removed extra comma in package.json that was throwing an error
Co-authored-by: Justin Baik <bij3377@gmail.com> Co-authored-by: Max Weisenberger <germanbluemax@gmail.com> Co-authored-by: Mo Hmaidi <mhmaidi789@gmail.com> Co-authored-by: Dieu Huynh <dieuhhuynh@gmail.com>
1 parent fcad38d commit 4b7bcb0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"main": "public/electron.js",
2424
"bugs": {
25-
"url": "https://github.com/oslabs-beta/spearmint_LA42/issues",
25+
"url": "https://github.com/oslabs-beta/spearmint_LA42/issues"
2626
},
2727
"homepage": "./",
2828
"private": true,

src/components/BrowserView/BrowserView.module.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// background-color: $mint2;
3030
display: flex;
3131
flex-direction: column;
32-
height: 8vh;
32+
height: 80px;
3333
min-width: 100px;
3434
// border: $mint;
3535
// border-width: .1em;
@@ -59,7 +59,8 @@
5959
background-color: $mint;
6060
color: white;
6161
font-size: 18px;
62-
height: 2vh;
62+
font-family: $oxygen;
63+
height: 25px;
6364
border: $mint;
6465
border-top-left-radius: 5px;
6566
border-top-right-radius: 5px;

0 commit comments

Comments
 (0)