Skip to content

Commit 641b44e

Browse files
committed
styling
1 parent e279009 commit 641b44e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,25 @@ tbody {
125125
background-color: #00E0FE;
126126
}
127127

128+
/*PDF Styling*/
129+
.pdf-embed {
130+
width: 100%;
131+
height: 800px;
132+
border: 1px solid black;
133+
}
134+
135+
/* Responsive Styling */
136+
137+
@media screen and (max-width: 768px) {
138+
.pdf-embed {
139+
height: 300px;
140+
}
141+
}
142+
143+
@media screen and (max-width: 480px) {
144+
.pdf-embed {
145+
height: 200px;
146+
}
147+
}
148+
149+

0 commit comments

Comments
 (0)