Skip to content

Commit 1645b3d

Browse files
committed
test height change
1 parent 5711f3b commit 1645b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/stylesheets/extra.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,17 @@ tbody {
132132
border: 1px solid black;
133133
}
134134

135-
/* Responsive Styling */
135+
/* Responsive Styling PDF */
136136

137137
@media screen and (max-width: 768px) {
138138
.pdf-embed {
139-
height: 300px;
139+
height: 600px;
140140
}
141141
}
142142

143143
@media screen and (max-width: 480px) {
144144
.pdf-embed {
145-
height: 200px;
145+
height: 600px;
146146
}
147147
}
148148

0 commit comments

Comments
 (0)