lokesh341 commited on
Commit
752902b
·
verified ·
1 Parent(s): aee5b3d

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +8 -0
static/styles.css CHANGED
@@ -319,6 +319,11 @@ body {
319
  margin-bottom: 10px;
320
  }
321
 
 
 
 
 
 
322
  .button-container {
323
  display: flex;
324
  justify-content: center;
@@ -410,6 +415,9 @@ body {
410
  width: 60px;
411
  height: 60px;
412
  }
 
 
 
413
  .popup-add-button, .popup-close-button {
414
  padding: 4px 8px;
415
  font-size: 10px;
 
319
  margin-bottom: 10px;
320
  }
321
 
322
+ .popup-content p {
323
+ font-size: 12px;
324
+ margin: 5px 0;
325
+ }
326
+
327
  .button-container {
328
  display: flex;
329
  justify-content: center;
 
415
  width: 60px;
416
  height: 60px;
417
  }
418
+ .popup-content p {
419
+ font-size: 10px;
420
+ }
421
  .popup-add-button, .popup-close-button {
422
  padding: 4px 8px;
423
  font-size: 10px;