mirror of
https://github.com/safing/web
synced 2025-04-18 01:49:08 +00:00
Remove .scale95 class
this generated problems when opening / closing project cards. Defining the gap in the grid is nicer
This commit is contained in:
parent
0bb62bc908
commit
601013381e
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="card text-left transform scale-95">
|
||||
<div class="card text-left transform">
|
||||
<div class="block cardshadow p-8 rounded-lg">
|
||||
<div class="tabs">
|
||||
<div class="tab">
|
||||
|
|
|
@ -244,7 +244,8 @@ a.link {
|
|||
display: grid;
|
||||
grid-template-columns: repeat(1, auto);
|
||||
grid-template-rows: auto;
|
||||
grid-row-gap: 10px;
|
||||
grid-row-gap: 1rem;
|
||||
grid-column-gap: 1rem;
|
||||
grid-auto-flow: row;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue