openfree commited on
Commit
38473d0
ยท
verified ยท
1 Parent(s): eda0fee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -2
app.py CHANGED
@@ -484,9 +484,9 @@ button:hover {
484
 
485
  /* ํฐ ์ถœ๋ ฅ ๋ฐ•์Šค ์Šคํƒ€์ผ */
486
  .large-output-box {
487
- height: 500px !important;
488
  font-size: 16px !important;
489
- padding: 25px !important;
490
  background: linear-gradient(135deg, #f6f9fc, #eef2f7);
491
  border-radius: 15px;
492
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
@@ -497,6 +497,16 @@ button:hover {
497
  transition: all 0.3s ease;
498
  }
499
 
 
 
 
 
 
 
 
 
 
 
500
  .large-output-box:hover {
501
  transform: translateY(-2px);
502
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
 
484
 
485
  /* ํฐ ์ถœ๋ ฅ ๋ฐ•์Šค ์Šคํƒ€์ผ */
486
  .large-output-box {
487
+ height: 800px !important; /* 500px์—์„œ 800px๋กœ ์ฆ๊ฐ€ */
488
  font-size: 16px !important;
489
+ padding: 30px !important; /* ํŒจ๋”ฉ๋„ ์•ฝ๊ฐ„ ์ฆ๊ฐ€ */
490
  background: linear-gradient(135deg, #f6f9fc, #eef2f7);
491
  border-radius: 15px;
492
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
 
497
  transition: all 0.3s ease;
498
  }
499
 
500
+ /* ํŠน๋ณ„ํžˆ ์„ฑ๊ฒฉ ๋ถ„์„๊ณผ ์‹ ๋…„์šด์„ธ ํƒญ์˜ ์ถœ๋ ฅ ๋ฐ•์Šค์— ๋Œ€ํ•œ ์ถ”๊ฐ€ ์Šคํƒ€์ผ */
501
+ .character-output-box, .newyear-output-box {
502
+ height: 900px !important; /* ๋” ํฐ ๋†’์ด ์„ค์ • */
503
+ margin: 30px 0;
504
+ padding: 35px !important;
505
+ font-size: 17px !important; /* ํฐํŠธ ํฌ๊ธฐ๋„ ์•ฝ๊ฐ„ ์ฆ๊ฐ€ */
506
+ }
507
+
508
+
509
+
510
  .large-output-box:hover {
511
  transform: translateY(-2px);
512
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);