mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
fix: 💄 Update project section spacing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#Projects {
|
||||
padding-inline: 5rem;
|
||||
padding-top: 6rem;
|
||||
padding: 4rem 3rem;
|
||||
}
|
||||
|
||||
#Projects > p {
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#Projects .Cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
|
||||
gap: 2.5rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user