Skip to content

Commit 16ea77d

Browse files
committed
fix width
1 parent 3a1095c commit 16ea77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/clog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
position: sticky;
573573
top: clamp(6rem, 12vw, 7rem);
574574
z-index: 100;
575-
width: 280px;
575+
width: 100%;
576576
transition: border-color .3s
577577
}
578578
}

0 commit comments

Comments
 (0)