Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -0
index.html
CHANGED
|
@@ -48,6 +48,11 @@
|
|
| 48 |
align-items: flex-end;
|
| 49 |
}
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
.logo-area h1 {
|
| 52 |
font-size: 1.2rem;
|
| 53 |
text-transform: uppercase;
|
|
|
|
| 48 |
align-items: flex-end;
|
| 49 |
}
|
| 50 |
|
| 51 |
+
.logo-area a {
|
| 52 |
+
text-decoration: none;
|
| 53 |
+
color: inherit;
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
.logo-area h1 {
|
| 57 |
font-size: 1.2rem;
|
| 58 |
text-transform: uppercase;
|