lateri 4 anos atrás
pai
commit
a318c0925f
1 arquivos alterados com 6 adições e 4 exclusões
  1. 6 4
      style.css

+ 6 - 4
style.css

@@ -148,6 +148,7 @@ body {
 
 .home .preview{
     display: flex;
+    height: 40%;
 }
 
 .home .detail{
@@ -168,10 +169,11 @@ body {
 }
 
 .home .detail .thumb img{
-    width: 480px;
-    height:360px;
-    max-width: 100%;
-    max-height: 100%;
+    height: 50vh;
+    min-width: 360px;
+    min-height: 240px;
+    max-height: 360px;
+    max-width: 480px;
 }
 
 .home .descript{