We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e93415 commit e44e008Copy full SHA for e44e008
client/src/assets/styles/main.scss
@@ -1 +1,11 @@
1
@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