aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-17 12:29:43 +0000
committerAkshay <[email protected]>2021-03-17 12:29:43 +0000
commit3e0f620a933cf2a9325d051e87952edb1c3f9270 (patch)
tree8e18948f6f48bf0e64571febc99fdc0d976aad62 /docs/style.css
parent6ae6d2e458747cf5a30f204c727d45121ff3e8e4 (diff)
new post: sdl2 devlog
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index db4a163..b760db0 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -197,6 +197,13 @@ img {
197 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.10); 197 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.10);
198} 198}
199 199
200video {
201 max-width: 100%;
202 border: 2px solid var(--dark-white);
203 border-radius: 0.4rem;
204 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.10);
205}
206
200hr { 207hr {
201 height: 2px; 208 height: 2px;
202 background-color: var(--dark-white); 209 background-color: var(--dark-white);