Skip to content

Commit e44e008

Browse files
committed
Adding global style
1 parent 6e93415 commit e44e008

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/src/assets/styles/main.scss

+10
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
@import "~bulma";
2+
3+
#app {
4+
font-family: "Avenir", Helvetica, Arial, sans-serif;
5+
-webkit-font-smoothing: antialiased;
6+
-moz-osx-font-smoothing: grayscale;
7+
margin-left: 2.5vw;
8+
margin-right: 2.5vw;
9+
margin-top: 2.5vh;
10+
margin-bottom: 2.5vh;
11+
}

0 commit comments

Comments
 (0)