mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-04-18 23:41:17 -04:00
feat: add bg colors/border radius
This commit is contained in:
parent
42b67d64d8
commit
444638cf6c
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,8 @@
|
|||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
grid-template-rows: repeat(auto-fit, minmax(330px, 1fr));
|
||||
gap: 5px;
|
||||
row-gap: 15px;
|
||||
column-gap: 15px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
|
@ -80,6 +81,8 @@
|
|||
width: 300px;
|
||||
height: 300px;
|
||||
padding: 20px;
|
||||
background-color: var(--light-bg);
|
||||
border-radius: 5%;
|
||||
}
|
||||
|
||||
.card h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue