1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #44118 from JuanVqz/add-cursor-pointer

add cursor pointer when hovering rails logo in welcome page
This commit is contained in:
Rafael Mendonça França 2022-01-07 22:41:38 -05:00 committed by GitHub
commit 1d665e13a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@
height: auto; height: auto;
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
cursor: pointer;
} }
ul { ul {