mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-19 00:46:47 +08:00
Website: Fix aspect ratio of icons in the showcase on homepage
Summary:
I ran the website locally and noticed the icons in the showcase on the homepage look squashed:

Made the icons consistent with /showcase.html:
d54c7f8282/website/styles/_showcase.scss (L74)
Closes https://github.com/facebook/react-native/pull/12773
Differential Revision: D4669767
Pulled By: hramos
fbshipit-source-id: be5a758dd912083fc02c8e0b56c30c8617dcf3df
This commit is contained in:
committed by
Facebook Github Bot
parent
cb3a439d17
commit
b8e8b723d4
@@ -18,7 +18,8 @@
|
||||
}
|
||||
|
||||
.home-showcase-section .showcase img {
|
||||
width: 110px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user