mv
Browse files
src/lib/components/Piclets/PicletDetail.svelte
CHANGED
|
@@ -323,8 +323,8 @@
|
|
| 323 |
|
| 324 |
.logo-background {
|
| 325 |
position: absolute;
|
| 326 |
-
bottom:
|
| 327 |
-
right:
|
| 328 |
width: 120px;
|
| 329 |
height: 120px;
|
| 330 |
background-image: url('/assets/snap_logo.png');
|
|
|
|
| 323 |
|
| 324 |
.logo-background {
|
| 325 |
position: absolute;
|
| 326 |
+
bottom: 5px;
|
| 327 |
+
right: 5px;
|
| 328 |
width: 120px;
|
| 329 |
height: 120px;
|
| 330 |
background-image: url('/assets/snap_logo.png');
|