Skip to content

Commit 153afcb

Browse files
kartikpersistentpraveshkumar1988
authored andcommitted
responsiveness changes
1 parent b04ad67 commit 153afcb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

frontend/src/App.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@
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) {
@@ -298,6 +301,9 @@
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) {
@@ -319,6 +325,9 @@
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;

frontend/src/components/Wikipedia.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import wikipedialogo from '../assets/images/Wikipedia-logo-v2.svg';
22

33
export 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>

0 commit comments

Comments
 (0)