File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1>PortableBridge</h1>
2828 < div class ="tool-grid ">
2929 < section class ="panel input-panel " aria-label ="PortableInfobox input ">
3030 < div class ="panel-head ">
31- < div >
31+ < div class =" panel-head-details " >
3232 < h2 > Portable infobox</ h2 >
3333 < p > Paste < code > <infobox></ code > markup</ p >
3434 </ div >
Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ h2 {
163163
164164.panel-head-details {
165165 flex : 1 ;
166+
167+ @media (max-width : 800px ) {
168+ width : 100% ;
169+ }
166170}
167171
168172.panel-head p ,
@@ -212,6 +216,11 @@ input {
212216 color : var (--text );
213217 background : # 0c0c0c ;
214218 font-family : "Cascadia Code" , monospace;
219+ word-break : break-all;
220+
221+ @media (max-width : 800px ) {
222+ font-size : small;
223+ }
215224}
216225
217226textarea {
@@ -252,10 +261,10 @@ pre {
252261 padding : 2rem 0 0 0 ;
253262}
254263
255- @media (max-width : 900 px ) {
264+ @media (max-width : 800 px ) {
256265 .shell {
257266 width : min (100vw - 20px , 720px );
258- padding : 10px 0 ;
267+ /* padding: 10px 0; */
259268 }
260269
261270 .intro ,
You can’t perform that action at this time.
0 commit comments