diff --git a/index.html b/index.html index 782df6e..51e6bb4 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,10 @@

Melhores na região

- república + república

R$ 475,00 mensal

@@ -116,39 +119,39 @@

Melhores na região

Repúblicas disponíveis

diff --git a/src/styles/repCards.css b/src/styles/repCards.css index c0e0ae7..e5161e5 100644 --- a/src/styles/repCards.css +++ b/src/styles/repCards.css @@ -31,6 +31,7 @@ img { width: 100%; height: 100%; + border-radius: 8px; } } @@ -88,13 +89,18 @@ } .availableRepCard { + width: 240px; position: relative; display: flex; flex-direction: column; gap: 12px; + + img { + border-radius: 8px; + } } .repCardLocation { font-size: 16px; color: #b0b0b0; -} \ No newline at end of file +}