diff options
-rw-r--r-- | grid.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; } |