Skip to content

Commit 8667957

Browse files
committed
Round rails logo
1 parent 93de878 commit 8667957

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

railties/lib/rails/templates/rails/welcome/index.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
nav a {
5050
background: #D30001;
51-
border-radius: 100%;
51+
border-radius: 50%;
5252
display: flex;
5353
transition: background 0.25s cubic-bezier(0.33, 1, 0.68, 1);
5454
filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
@@ -63,6 +63,7 @@
6363
max-width: 100%;
6464
width: 100%;
6565
cursor: pointer;
66+
border-radius: 50%;
6667
}
6768

6869
ul {

0 commit comments

Comments
 (0)