change styles for tariffs table
This commit is contained in:
@@ -201,11 +201,18 @@
|
||||
}
|
||||
|
||||
.subscription-grid {
|
||||
display: grid;
|
||||
/* grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
|
||||
/* display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
grid-template-columns: repeat(4, auto);
|
||||
gap: 20px;
|
||||
margin-bottom: 25px;
|
||||
justify-content: center; */
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(230px, 278px));
|
||||
gap: 18px;
|
||||
margin-bottom: 25px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.plan-card {
|
||||
|
||||
Reference in New Issue
Block a user