13 lines
No EOL
131 B
SCSS
13 lines
No EOL
131 B
SCSS
.container {
|
|
display: flex;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.day {
|
|
width: 300px;
|
|
}
|
|
|
|
.date {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
} |