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.
1 parent b6078fa commit d7ba1e5Copy full SHA for d7ba1e5
webpack/sass/main.scss
@@ -1,3 +1,5 @@
1
+@import "../node_modules/@creativecommons/vocabulary/css/vocabulary.css";
2
+
3
//Color Variables
4
$pumpkin: #e15803;
5
$orange: #FB7928;
@@ -46,10 +48,6 @@ h2 {
46
48
}
47
49
50
-.footer {
- bottom: 0;
51
-}
52
-
53
.card-columns {
54
column-count: 2;
55
@@ -111,17 +109,6 @@ h2 {
111
109
font-size: 0.8rem;
112
110
113
114
-#back-to-top {
115
- cursor: pointer;
116
- position: fixed;
117
- bottom: 20px;
118
- right: 20px;
119
- display: none;
120
- background-color: $blue;
121
- border: none;
122
- z-index: 1;
123
124
125
.dropdown-item {
126
font-size: 1.2em;
127
text-align: left;
0 commit comments