File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,14 @@ body {
59
59
color : var (--accent-color );
60
60
margin-bottom : 1rem ;
61
61
}
62
+
62
63
.schedule-container {
63
- max-width : 800 px ;
64
+ max-width : 900 px ; /* Increased the width for more space */
64
65
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 */
65
68
}
69
+
66
70
.schedule-day {
67
71
margin-bottom : 20px ;
68
72
}
87
91
background-color : white ;
88
92
border : 1px solid #ddd ;
89
93
border-radius : 10px ;
90
- padding : 15 px ;
94
+ padding : 20 px ; /* Added extra padding for a more spacious look */
91
95
display : none ;
92
96
}
93
97
@@ -97,9 +101,9 @@ body {
97
101
98
102
.schedule-session {
99
103
margin-bottom : 15px ;
100
- padding : 15 px ;
104
+ padding : 20 px ; /* Increased padding for a more open look */
101
105
border : 1px solid #ddd ;
102
- border-radius : 3 px ;
106
+ border-radius : 10 px ; /* Increased radius for smoother borders */
103
107
background-color : #f9f9f9 ;
104
108
box-shadow : 0 2px 4px rgba (0 ,0 ,0 ,0.1 );
105
109
}
You can’t perform that action at this time.
0 commit comments