Skip to content

Commit afba100

Browse files
committed
fix rounding on wide screens
1 parent 67facb5 commit afba100

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/app/projects.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ const projects: Project[] = [
110110
background: black;
111111
z-index: 3;
112112
position: relative;
113-
margin-top: -30px;
113+
margin-top: -2vw;
114114
115-
clip-path: ellipse(3000px 50% at 50% 50%);
115+
clip-path: ellipse(250vw 50% at 50% 50%);
116116
}
117117
118118
h1 {

0 commit comments

Comments
 (0)