Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovit-Mathew236 committed Nov 4, 2023
1 parent bec6f39 commit 528da85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/coustome.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ html {
.schedule_container .day_container .day2 {
/* padding: 20px; */
background: orange;
max-height: 80px;
max-height: 60px;
overflow: hidden;
border-radius: 20px;
border-radius: 10px;
margin: 10px 0px;
transition: max-height 0.5s ease-in-out;
}
Expand All @@ -99,6 +99,7 @@ html {
.schedule_container .day_container .day1 .day_title,
.schedule_container .day_container .day2 .day_title {
padding: 20px;
font-weight: 600;
}

.schedule_container .day_container .day1 .day_programm1,
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,13 @@ <h5>Schedule</h5>
<div class="schedule_container">
<div class="day_container">
<div class="day1">
<p class="day_title">Day 1 Schedule</p>
<p class="day_title">Day 1 Programs</p>
<div class="day_programm1">

</div>
</div>
<div class="day2">
<p class="day_title">Day 2 Schedule</p>
<p class="day_title">Day 2 Programs</p>
<div class="day_programm2">

</div>
Expand Down

0 comments on commit 528da85

Please sign in to comment.