File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11
11
12
12
< body >
13
13
< main >
14
- < div class ="container ">
15
- < h1 > Render Raw Gist</ h1 >
14
+ < h1 > Render Raw Gist</ h1 >
16
15
17
- < div >
18
- < input id ="urlHtml " placeholder ="HTML raw gist file url " />
16
+ < div >
17
+ < input id ="urlHtml " placeholder ="HTML raw gist file url " />
19
18
20
- < input id ="urlCss " placeholder ="CSS raw gist file url " />
21
- </ div >
19
+ < input id ="urlCss " placeholder ="CSS raw gist file url " />
20
+ </ div >
22
21
22
+ < div class ="container ">
23
23
< button onclick ="renderContent() "> Render</ button >
24
24
</ div >
25
25
</ main >
26
26
27
- < script src ="app.js "> </ script >
27
+ < script src ="app.js "> </ script >
28
28
</ body >
29
29
30
30
</ html >
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ input {
32
32
padding : 14px ;
33
33
border : none;
34
34
border-bottom : 1px solid white;
35
- width : 300px ;
36
35
outline : white;
37
36
line-height : 1.5em ;
38
37
background-color : transparent;
@@ -52,7 +51,7 @@ input {
52
51
}
53
52
54
53
button {
55
- width : 10 vw ;
54
+ width : 300 px ;
56
55
margin : 23px ;
57
56
padding : 12px 34px 12px 34px ;
58
57
border : 1px solid white;
@@ -87,4 +86,10 @@ button:hover {
87
86
display : flex;
88
87
flex-flow : column;
89
88
align-items : center;
89
+ }
90
+
91
+ @media (max-width : 700px ) {
92
+ input {
93
+ width : 90% ;
94
+ }
90
95
}
You can’t perform that action at this time.
0 commit comments