summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client/paper/paper.css')
-rw-r--r--scraper/client/paper/paper.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css
index 0977dcb3..c10d21df 100644
--- a/scraper/client/paper/paper.css
+++ b/scraper/client/paper/paper.css
@@ -18,12 +18,25 @@
.type {
color: #888;
}
+
.gray {
padding: 3px;
}
+
+.param {
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: flex-start;
+}
+.vetting {
+ width: 250px;
+ margin-right: 10px;
+}
+
iframe.pdfViewer {
margin: 10px 0;
width: 100%;
- height: 50vh;
+ height: 75vh;
border: 1px solid black;
} \ No newline at end of file