File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,10 @@ code{ font-family: 'Roboto Mono', monospace;}
127
127
.feature-info .feature-descr { font-size : 14px ;}
128
128
129
129
.screenshot {
130
- display : none;
130
+ max-width : 350px ;
131
+ border-radius : 4px ;
132
+ height : auto;
133
+ width : auto
131
134
}
132
135
133
136
.shadow1 {
@@ -228,8 +231,7 @@ code{ font-family: 'Roboto Mono', monospace;}
228
231
padding-bottom : 80px ;
229
232
}
230
233
.screenshot {
231
- display : block;
232
- border-radius : 4px ;
234
+ max-width : 750px ;
233
235
}
234
236
}
235
237
Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ <h1 class="banner-title">Web Component for OpenAPI Spec Viewing</h1>
55
55
</ div >
56
56
</ div >
57
57
< div style ="display:flex; justify-content: center; ">
58
- < img class ="screenshot shadow3 " src ="./images/dark_ss.png " style ="width:750px; height:480px; " />
58
+ < div style ="display:block ">
59
+ < img class ="screenshot shadow3 " src ="./images/dark_ss.png " />
60
+ </ div >
59
61
</ div >
60
62
</ div >
61
63
< div class ="features container " id ="features ">
You can’t perform that action at this time.
0 commit comments