Skip to content

Commit 8e2ec2d

Browse files
committed
Update event - Kopie.md
1 parent 739a9ed commit 8e2ec2d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_pages/event - Kopie.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,14 @@ body {
5959
color: var(--accent-color);
6060
margin-bottom: 1rem;
6161
}
62+
6263
.schedule-container {
63-
max-width: 800px;
64+
max-width: 900px; /* Increased the width for more space */
6465
margin: 0 auto;
66+
padding-left: 20px; /* Added padding for extra space on the left */
67+
padding-right: 20px; /* Added padding for extra space on the right */
6568
}
69+
6670
.schedule-day {
6771
margin-bottom: 20px;
6872
}
@@ -87,7 +91,7 @@ body {
8791
background-color: white;
8892
border: 1px solid #ddd;
8993
border-radius: 10px;
90-
padding: 15px;
94+
padding: 20px; /* Added extra padding for a more spacious look */
9195
display: none;
9296
}
9397

@@ -97,9 +101,9 @@ body {
97101

98102
.schedule-session {
99103
margin-bottom: 15px;
100-
padding: 15px;
104+
padding: 20px; /* Increased padding for a more open look */
101105
border: 1px solid #ddd;
102-
border-radius: 3px;
106+
border-radius: 10px; /* Increased radius for smoother borders */
103107
background-color: #f9f9f9;
104108
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
105109
}

0 commit comments

Comments
 (0)