aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grid.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/grid.css b/grid.css
index fbc75c8..e93062c 100644
--- a/grid.css
+++ b/grid.css
@@ -40,6 +40,16 @@ body {
/* grid-template-rows: auto 1fr auto; */
}
+img {
+ width: 100%;
+ height: auto;
+}
+
+video {
+ width: 100%;
+ height: auto;
+}
+
.text-center {
text-align: center;
}