Skip to content

Commit b3965ea

Browse files
authored
Merge pull request #41 from MaxWeisen/master
Acc Lens CSS Changes
2 parents 4aaf0ee + 683382d commit b3965ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)