Fix logo positioning by adding position: relative to download-card
This commit is contained in:
@@ -373,6 +373,7 @@ body {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
transition: box-shadow 0.2s, background 0.3s;
|
transition: box-shadow 0.2s, background 0.3s;
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-card:hover {
|
.download-card:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user