We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f1d0e commit 91dbc20Copy full SHA for 91dbc20
app/assets/stylesheets/custom.scss
@@ -105,11 +105,6 @@
105
106
.kata{
107
position: relative;
108
- img {
109
- width: 100%;
110
- height: auto;
111
- border-radius: 10px;
112
- }
113
a.button {
114
position: absolute;
115
top: 40%;
@@ -141,8 +136,10 @@ div #README{
141
136
margin-top: -75px;
142
137
}
143
138
144
-img{
145
- width:100%;
139
+img {
140
+ width: 100%;
+ height: auto;
+ border-radius: 10px;
146
147
a > img {
148
width: 100%;
0 commit comments