We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5548e3f + 36d5fe6 commit bc687f2Copy full SHA for bc687f2
assets/scss/_base.scss
@@ -88,6 +88,20 @@ footer {
88
}
89
90
91
+main {
92
+ .button {
93
+ display: inline-block;
94
+ border-radius: 6px;
95
+ padding: 6px 20px;
96
+ line-height: 1.3rem;
97
+ color: white;
98
+ background-color: $blue;
99
+ text-decoration: none;
100
+ font-size: 1rem;
101
+ border: 0px;
102
+ }
103
+}
104
+
105
// HEADER
106
107
#hamburger {
0 commit comments