diff --git a/assets/css/hero.css b/assets/css/hero.css index d061f90..602eb62 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -64,12 +64,12 @@ } .screenshot { - width: 150px; - height: 340px; + width: 100%; + height: 100%; background-color: white; border: 4px solid black; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); - border-radius: 11px; + border-radius: 13px; overflow: hidden; }