We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e279009 commit 641b44eCopy full SHA for 641b44e
docs/stylesheets/extra.css
@@ -125,3 +125,25 @@ tbody {
125
background-color: #00E0FE;
126
}
127
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
145
+ height: 200px;
146
147
148
149
0 commit comments