Skip to content

Commit

Permalink
Merge pull request #20 from murajun1978/fix-style-for-timetable
Browse files Browse the repository at this point in the history
Fix timetable style
  • Loading branch information
ogom authored Aug 7, 2023
2 parents 6540733 + eef107a commit 2ce174f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/timetable.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ul.timetable {

.timetable-session {
position:relative;
min-width:400px;
min-width:80%;
min-height:50px;
background:#F50808;
padding:30px;
Expand Down Expand Up @@ -91,11 +91,11 @@ ul.timetable {
}

.timetable-evnet {
font-size: 25px;
font-size: 22px;
}

.timetable-timebox {
font-size: 24px;
font-size: 23px;
}

.timetable-session-title {
Expand All @@ -109,7 +109,7 @@ ul.timetable {
.timetable-session {
margin-left: 10px;
margin-right: 10px;
min-width:380px;
min-width:100%;
min-height:30px;
padding:15px;
}
Expand Down

0 comments on commit 2ce174f

Please sign in to comment.