Commit
·
1c16ad1
1
Parent(s):
a78f996
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
/* Apply a background color to the body */
|
| 2 |
body {
|
| 3 |
background-color: #f2f2f2;
|
|
|
|
|
|
|
| 4 |
}
|
| 5 |
|
| 6 |
/* Center the main content */
|
|
@@ -15,6 +17,22 @@ iframe {
|
|
| 15 |
border: 1px solid #ccc;
|
| 16 |
padding: 10px;
|
| 17 |
margin-bottom: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
| 19 |
|
| 20 |
/* Style the mermaid diagrams */
|
|
|
|
| 1 |
/* Apply a background color to the body */
|
| 2 |
body {
|
| 3 |
background-color: #f2f2f2;
|
| 4 |
+
margin: 0;
|
| 5 |
+
padding: 0;
|
| 6 |
}
|
| 7 |
|
| 8 |
/* Center the main content */
|
|
|
|
| 17 |
border: 1px solid #ccc;
|
| 18 |
padding: 10px;
|
| 19 |
margin-bottom: 20px;
|
| 20 |
+
overflow: hidden;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
/* Set the height of iframes to fit on one page */
|
| 24 |
+
iframe[src="https://ceckenrode-biomed-nlp-ai-clinical-terminolo-1e44ba4.hf.space"],
|
| 25 |
+
iframe[src="https://ceckenrode-chatgpt-streamlit-fhir.hf.space"],
|
| 26 |
+
iframe[src="https://ceckenrode-cognitive-ai-episodic-semantic-m-732f0f6.hf.space"],
|
| 27 |
+
iframe[src="https://ceckenrode-dockerimagerecognitiontotext.hf.space"] {
|
| 28 |
+
height: calc(100vh - 20px);
|
| 29 |
+
margin-bottom: 20px;
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
iframe[src="https://awacke1-image-to-multilingual-ocr.hf.space"],
|
| 33 |
+
iframe[src="https://awacke1-ai-quantum.hf.space"] {
|
| 34 |
+
height: calc(100vh - 40px);
|
| 35 |
+
margin-bottom: 20px;
|
| 36 |
}
|
| 37 |
|
| 38 |
/* Style the mermaid diagrams */
|