mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
page products mais responsivo
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
|
||||
@media screen and (max-width: 730px) {
|
||||
.grid-container {
|
||||
justify-items: center;
|
||||
display: grid;
|
||||
width: 99%;
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
gap: 20px;
|
||||
/* max-width: 1200px; */
|
||||
@@ -41,7 +43,7 @@
|
||||
}
|
||||
|
||||
.card {
|
||||
width: 80%;
|
||||
width: 95%;
|
||||
/* height: 80%; */
|
||||
background-color: #2b376e;
|
||||
border-radius: 15px;
|
||||
|
||||
Reference in New Issue
Block a user