@@ -42,6 +42,7 @@ header {
4242header .logo {
4343 float : left;
4444 transition : transform 0.2s ;
45+ border-radius : 4px ;
4546}
4647
4748header .logo : hover {
@@ -61,7 +62,7 @@ header .logo:hover img {
6162header .logo span {
6263 font-size : 20px ;
6364 vertical-align : middle;
64- padding-left : 16px ;
65+ padding : 0 4 px 0 16px ;
6566 font-weight : bold;
6667 transition : opacity 0.2s ;
6768}
@@ -82,6 +83,7 @@ header .links .link {
8283 display : inline-block;
8384 margin-left : 32px ;
8485 transition : transform 0.2s , opacity 0.2s ;
86+ border-radius : 4px ;
8587}
8688
8789header .links .link img {
@@ -171,12 +173,12 @@ header .links .link:hover {
171173}
172174
173175.tile-section .screenshot {
174- border-radius : 16 px 16 px 0 0 ;
175- width : 100% ;
176- margin : 20 px 0 ;
176+ border-radius : 32 px 32 px 0 0 ;
177+ width : calc ( 100% + 64 px ) ;
178+ margin : 28 px -32 px ;
177179 -webkit-mask-image : -webkit-gradient (linear, left top, left bottom, from (rgba (0 , 0 , 0 , 1 )), to (rgba (0 , 0 , 0 , 0 )));
178180 mask-image : linear-gradient (to bottom, rgba (0 , 0 , 0 , 1 ), rgba (0 , 0 , 0 , 0 ));
179- height : 250 px ;
181+ height : 300 px ;
180182 object-fit : cover;
181183 object-position : top;
182184}
@@ -204,6 +206,7 @@ header .links .link:hover {
204206 margin : 4px 0 4px 16px ;
205207 transition : transform 0.2s , opacity 0.2s ;
206208 display : inline-block;
209+ border-radius : 4px ;
207210}
208211
209212.tile-section .link : hover {
@@ -226,7 +229,7 @@ header .links .link:hover {
226229}
227230
228231.tile-section .link span {
229- margin-left : 4px ;
232+ margin : 0 4px ;
230233}
231234
232235.tile-section .version {
@@ -249,11 +252,23 @@ header .links .link:hover {
249252.pre-footer .link {
250253 display : inline-block;
251254 transition : transform 0.2s , opacity 0.2s ;
252- margin-top : 20px ;
255+ margin-top : 28px ;
256+ padding-right : 8px ;
257+ border-radius : 4px ;
258+ background-color : rgba (255 , 255 , 255 , 0.09 );
253259}
254260
255261.pre-footer .link img {
256- width : 24px ;
262+ width : 32px ;
263+ border-radius : 4px 0 0 4px ;
264+ }
265+
266+ .pre-footer a {
267+ margin-right : 28px ;
268+ }
269+
270+ .pre-footer a : last-child {
271+ margin-right : 0 ;
257272}
258273
259274.pre-footer a : focus .link {
@@ -270,7 +285,7 @@ header .links .link:hover {
270285}
271286
272287.pre-footer .link span {
273- margin-left : 4 px ;
288+ margin : 0 12 px ;
274289}
275290
276291/* footer */
0 commit comments