File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 142
142
143
143
/* ------------------------------ About Section ----------------------------- */
144
144
145
- .demo ,
146
- .about {
145
+ .about , .demo {
147
146
padding : 10% ;
148
- }
149
-
150
- .about {
151
147
@media screen and (max-width : 1024px ) {
152
148
padding : 15% 10% ;
153
149
@media screen and (max-width : 500px ) {
252
248
margin-block-end : 0 ;
253
249
}
254
250
251
+ .demo-header {
252
+ text-align : center;
253
+ }
254
+
255
+
255
256
/* ------------------------------ Other Styles ------------------------------ */
256
257
257
258
button {
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ function App() {
104
104
< div className = "demo viewport orange-background" >
105
105
< div className = "demo-info" >
106
106
< h1 className = "demo-header" > Watch it in action</ h1 >
107
- < img src = { demoGIF } > </ img >
107
+ < img src = { demoGIF } className = "demo-gif" > </ img >
108
108
</ div >
109
109
</ div >
110
110
You can’t perform that action at this time.
0 commit comments