Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -7
index.html
CHANGED
@@ -100,14 +100,15 @@
|
|
100 |
color: var(--white-07);
|
101 |
}
|
102 |
|
103 |
-
footer
|
104 |
-
|
105 |
-
|
106 |
-
|
|
|
107 |
}
|
108 |
|
109 |
-
footer a:hover {
|
110 |
-
|
111 |
}
|
112 |
|
113 |
@media (max-width: 768px) {
|
@@ -137,7 +138,9 @@
|
|
137 |
</main>
|
138 |
|
139 |
<footer>
|
140 |
-
<
|
|
|
|
|
141 |
</footer>
|
142 |
</body>
|
143 |
</html>
|
|
|
100 |
color: var(--white-07);
|
101 |
}
|
102 |
|
103 |
+
footer img {
|
104 |
+
height: 24px;
|
105 |
+
width: auto;
|
106 |
+
opacity: 0.9;
|
107 |
+
transition: opacity 0.2s ease;
|
108 |
}
|
109 |
|
110 |
+
footer a:hover img {
|
111 |
+
opacity: 1;
|
112 |
}
|
113 |
|
114 |
@media (max-width: 768px) {
|
|
|
138 |
</main>
|
139 |
|
140 |
<footer>
|
141 |
+
<a href="https://wordlift.io" target="_blank" rel="noopener">
|
142 |
+
<img src="wl-logotype-white.svg" alt="WordLift" />
|
143 |
+
</a>
|
144 |
</footer>
|
145 |
</body>
|
146 |
</html>
|