Skip to content

Commit d7de463

Browse files
committed
Calendar Fix
1 parent be839e9 commit d7de463

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

06 - Calendar/dycalendar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
.dycalendar-month-container div{
5858
padding : 0;
59-
margin-bottom : 10px;
59+
margin-bottom : -10px;
6060
}
6161

6262
.dycalendar-month-container .dycalendar-header {

06 - Calendar/style.css

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ section {
1717
justify-content: center;
1818
align-items: center;
1919
min-height: 100vh;
20-
background-color: #161623;
20+
background-color: #19172e;
2121
overflow: hidden;
2222
}
2323

2424
h1 {
2525
position: absolute;
2626
top: 0;
2727
color: white;
28-
padding-top: 50px;
28+
padding-top: 40px;
2929
}
3030

3131
.box {
@@ -37,7 +37,7 @@ h1 {
3737
position: relative;
3838
width: 380px;
3939
min-height: 400px;
40-
background: rgba(255, 255, 255, 0.1);
40+
background: #252339;
4141
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
4242
backdrop-filter: blur(25px);
4343
border-radius: 10px;
@@ -53,7 +53,7 @@ h1 {
5353

5454
#dycalendar table {
5555
width: 100%;
56-
margin-top: 40px;
56+
margin-top: 10px;
5757
border-spacing: 8px;
5858
}
5959

@@ -124,12 +124,11 @@ h1 {
124124
background: #fff;
125125
color: #111;
126126
display: inline-block;
127-
width: 100%;
128-
height: 38px;
127+
width: 30%;
129128
border-radius: 4px;
130129
justify-content: center;
131130
font-size: 20px;
132-
padding-top: 5px;
131+
padding: 5px;
133132
}
134133

135134
.today-btn:hover {

0 commit comments

Comments
 (0)