We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f4239 commit 00de909Copy full SHA for 00de909
3 files changed
assets/images/arrow.svg
assets/images/darkarrow.svg
src/css/rubycentral.css
@@ -49,10 +49,6 @@ h3 {
49
margin: 0 0 5px 0;
50
}
51
52
-.arrow {
53
- display: none;
54
-}
55
-
56
.apply {
57
display: grid;
58
grid-template-columns: 1fr 200px;
@@ -94,13 +90,4 @@ h3 {
94
90
h3 {
95
91
font-size: 20px;
96
92
97
98
- .arrow {
99
- position: absolute;
100
- display: block;
101
- right: 25px;
102
- top: 52px;
103
- transition: all .25s ease-in-out;
104
- transition-delay: .25s;
105
- }
106
93
0 commit comments