File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 287287 .outline-dashed h6 {
288288 font-size : 14px ;
289289 }
290+ .outline-dashed .wikipedia-div {
291+ padding : 12px ;
292+ }
290293
291294}
292295@container (min-height : 400px ) and (max-height : 500px ) {
298301 .outline-dashed h6 {
299302 font-size : 14px ;
300303 }
304+ .outline-dashed .wikipedia-div {
305+ padding : 10px ;
306+ }
301307
302308}
303309@container (max-height : 300px ) {
319325 .imageBg > div {
320326 padding : 5px ;
321327 }
328+ .outline-dashed .wikipedia-div {
329+ padding : 8px ;
330+ }
322331}
323332.ndl-dropzone .ndl-dropzone-header {
324333 margin-bottom : 0 !important ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import wikipedialogo from '../assets/images/Wikipedia-logo-v2.svg';
22
33export default function Wikipedia ( { openModal } : { openModal : ( ) => void } ) {
44 return (
5- < div onClick = { openModal } className = 'p-5 flex items-center content-center cursor-pointer flex-col' >
5+ < div onClick = { openModal } className = 'p-5 flex items-center content-center cursor-pointer flex-col wikipedia-div ' >
66 < img src = { wikipedialogo } width = { 50 } height = { 50 } > </ img >
77 < h6 > Wikipedia</ h6 >
88 </ div >
You can’t perform that action at this time.
0 commit comments