Skip to content
Snippets Groups Projects
Commit 268d524e authored by 이권민's avatar 이권민
Browse files

[EDIT] meetinginfo.css

parent 889b3444
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ body {
.calendar-month .calendar {
border: 0px;
padding: 0px;
min-height: 26em;
}
.center-container {
......@@ -67,7 +66,7 @@ select {
outline: none;
cursor: pointer;
}
.calendarh2 {
.calendar h2 {
display: flex;
white-space: nowrap;
margin: 0;
......@@ -196,6 +195,27 @@ button:hover {
margin: 10px;
padding: 2px 10px;
}
.calendarTable table {
width: 100%;
border-collapse: collapse;
text-align: center;
margin-bottom: 4%;
}
.calendarTable td {
border: 1px solid #ddd;
padding: 10px;
}
.calendarTable th {
background-color: #f4f4f4;
}
.calendarTable td {
background-color: #f4f4f4;
cursor: pointer;
}
/* Media queries for responsiveness */
@media (max-width: 768px) {
form {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment