Skip to content

Commit c5edb99

Browse files
Update styles.css
Update styles.css
1 parent f092386 commit c5edb99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Website/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ div {
475475
background-color: #121245;
476476
padding: 10px 20px;
477477
border-radius: 15px;
478-
height: 340px;
478+
height: 450px;
479479
color: white;
480480
animation: slideInRight 0.3s ease-in-out;
481481
transition: background-color 0.3s ease;
@@ -553,7 +553,7 @@ div {
553553
background-color: #121245;
554554
padding: 10px 20px;
555555
border-radius: 15px;
556-
height: 340px;
556+
height: 450px;
557557
color: white;
558558
animation: slideInRight 1s ease-in-out;
559559
transition: background-color 0.3s ease;
@@ -2318,4 +2318,4 @@ body.blue-mode {
23182318
/* Dark blue background for tooltips */
23192319
color: #f1f1f1;
23202320
/* Light text */
2321-
}
2321+
}

0 commit comments

Comments
 (0)