Spaces:
Running
Running
Add iOS-style rounded corners to logo
Browse files
style.css
CHANGED
|
@@ -84,7 +84,9 @@ body {
|
|
| 84 |
|
| 85 |
.nav-logo-img {
|
| 86 |
height: 32px;
|
| 87 |
-
width:
|
|
|
|
|
|
|
| 88 |
}
|
| 89 |
|
| 90 |
.nav-title {
|
|
@@ -269,9 +271,11 @@ body {
|
|
| 269 |
}
|
| 270 |
|
| 271 |
.hero-logo {
|
| 272 |
-
width:
|
| 273 |
-
height:
|
| 274 |
-
|
|
|
|
|
|
|
| 275 |
animation: float-logo 4s ease-in-out infinite;
|
| 276 |
}
|
| 277 |
|
|
@@ -816,7 +820,9 @@ code {
|
|
| 816 |
|
| 817 |
.footer-logo-img {
|
| 818 |
height: 28px;
|
| 819 |
-
width:
|
|
|
|
|
|
|
| 820 |
}
|
| 821 |
|
| 822 |
.footer-links {
|
|
|
|
| 84 |
|
| 85 |
.nav-logo-img {
|
| 86 |
height: 32px;
|
| 87 |
+
width: 32px;
|
| 88 |
+
border-radius: 22.37%;
|
| 89 |
+
object-fit: cover;
|
| 90 |
}
|
| 91 |
|
| 92 |
.nav-title {
|
|
|
|
| 271 |
}
|
| 272 |
|
| 273 |
.hero-logo {
|
| 274 |
+
width: 200px;
|
| 275 |
+
height: 200px;
|
| 276 |
+
border-radius: 22.37%;
|
| 277 |
+
object-fit: cover;
|
| 278 |
+
box-shadow: 0 8px 32px var(--shadow);
|
| 279 |
animation: float-logo 4s ease-in-out infinite;
|
| 280 |
}
|
| 281 |
|
|
|
|
| 820 |
|
| 821 |
.footer-logo-img {
|
| 822 |
height: 28px;
|
| 823 |
+
width: 28px;
|
| 824 |
+
border-radius: 22.37%;
|
| 825 |
+
object-fit: cover;
|
| 826 |
}
|
| 827 |
|
| 828 |
.footer-links {
|