add row overrides
This commit is contained in:
parent
cb8af59645
commit
7379724410
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
box-shadow: 0px 1px 4px 1px rgba(var(--black), 0.13);
|
||||
}
|
||||
|
||||
.row {
|
||||
grid-template-columns: 1fr 1.25cm 1.5cm;
|
||||
}
|
||||
|
||||
/* For tablet screens */
|
||||
@media only screen and (max-width: 600px) {
|
||||
.button.header {width: 3cm;}
|
||||
|
|
Loading…
Add table
Reference in a new issue