summaryrefslogtreecommitdiff
path: root/frontend/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.css')
-rw-r--r--frontend/index.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/frontend/index.css b/frontend/index.css
index 40c74bd..c8cc394 100644
--- a/frontend/index.css
+++ b/frontend/index.css
@@ -79,7 +79,7 @@ nav > a:hover {
100% { transform: rotate(360deg); }
}
-section > p {
+article > p {
padding-left: 2rem;
padding-right: 2rem;
}
@@ -122,7 +122,7 @@ section > p {
/*
WebGL container styling from here on.
*/
-section .opengl_canvas_container {
+article .opengl_canvas_container {
position: relative;
width: 100%;
text-align: center;
@@ -131,7 +131,7 @@ section .opengl_canvas_container {
justify-content: center;
}
-section .opengl_canvas_container .play_button {
+article .opengl_canvas_container .play_button {
all: unset;
font-size: 2rem;
width: 128px;
@@ -149,11 +149,11 @@ section .opengl_canvas_container .play_button {
justify-content: center;
}
-section .opengl_canvas_container .play_button:hover {
+article .opengl_canvas_container .play_button:hover {
cursor: pointer;
}
-section .opengl_canvas_container .stop_button {
+article .opengl_canvas_container .stop_button {
all: unset;
font-size: 1rem;
background-color: red;
@@ -167,14 +167,15 @@ section .opengl_canvas_container .stop_button {
display: none;
}
-section .opengl_canvas_container .stop_button:hover {
+article .opengl_canvas_container .stop_button:hover {
cursor: pointer;
}
-section pre {
+article pre {
width: 90%;
overflow-x: auto;
padding-left: 2rem;
+ font-size: 0.9rem;
}
.opengl_canvas_sidebar {