Skip to content

Commit cda5a2f

Browse files
committed
Support for new type of screenshots
1 parent 431a020 commit cda5a2f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

css/index.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,14 @@ header .links .link:hover {
153153
}
154154

155155
.tile-section .screenshot {
156-
border-radius: 16px;
157156
width: calc(100% + 64px);
158157
margin: 32px -32px;
159158
object-fit: cover;
160-
object-position: top;
161-
transition: border-radius 0.2s, transform 0.2s;
162-
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
159+
transition: transform 0.2s;
163160
}
164161

165162
.tile-section .screenshot:hover {
166163
cursor: zoom-in;
167-
border-radius: 0;
168164
transform: translateY(-8px);
169165
}
170166

0 commit comments

Comments
 (0)