Skip to content

Commit 220e26a

Browse files
author
Felix Hennig
committed
use 'width' instead of 'aspect-ratio' for browser compatibility
1 parent dca6610 commit 220e26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ footer.footer {
9393
align-items: center;
9494
justify-content: center;
9595
font-size: 20px;
96-
aspect-ratio: 1;
9796
height: 36px;
97+
width: 36px;
9898
cursor: pointer;
9999
transition: all 0.3s;
100100
}

0 commit comments

Comments
 (0)