summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Viewports.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/Viewports.html')
-rw-r--r--manuals/chickadee/Viewports.html25
1 files changed, 24 insertions, 1 deletions
diff --git a/manuals/chickadee/Viewports.html b/manuals/chickadee/Viewports.html
index f55d386..c54e7c9 100644
--- a/manuals/chickadee/Viewports.html
+++ b/manuals/chickadee/Viewports.html
@@ -57,8 +57,31 @@ span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
+@media (min-width: 1140px) {
+ body {
+ margin-left: 14rem;
+ margin-right: 4rem;
+ max-width: 52rem;
+ }
+}
+
+@media (min-width: 800px) and (max-width: 1140px) {
+ body {
+ margin-left: 6rem;
+ margin-right: 4rem;
+ max-width: 52rem;
+ }
+}
+
+@media (max-width: 800px) {
+ body {
+ margin: 1rem;
+ }
+}
+
-->
</style>
+<link rel="stylesheet" type="text/css" href="https://dthompson.us/css/dthompson.css">
</head>
@@ -71,7 +94,7 @@ Previous: <a href="Framebuffers.html#Framebuffers" accesskey="p" rel="prev">Fram
</div>
<hr>
<a name="Viewports-1"></a>
-<h4 class="subsection">2.4.9 Viewports</h4>
+<h4 class="subsection">2.4.10 Viewports</h4>