Skip to content

Commit f1a11e7

Browse files
committed
Minor formatting change
1 parent dca16b2 commit f1a11e7

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

stylesheets/style.css

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,24 +96,34 @@ h1, h2, h3, h4, h5, h6 {
9696
display: inline;
9797
}
9898

99-
@media (max-width: 540px) {
99+
@media (max-width: 580px) {
100100
.format-selector {
101101
flex-wrap: wrap;
102102
}
103103

104-
.format-selector > div {
105-
padding-right: 0px;
104+
.format-selector li {
105+
padding-right: 50px;
106106
}
107-
107+
108108
.schedule-list li {
109-
padding-right: 0px;
109+
padding-right: 50px;
110110
}
111-
111+
112112
#levelHeading {
113113
display: none;
114114
}
115115
}
116116

117+
@media (max-width: 480px) {
118+
.format-selector li {
119+
padding-right: 0px;
120+
}
121+
122+
.schedule-list li {
123+
padding-right: 0px;
124+
}
125+
}
126+
117127
.box > p {
118128
word-break: word-wrap;
119129
white-space: normal;

0 commit comments

Comments
 (0)