mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 18:47:02 +03:00
Polish website spacing and control alignment (#331)
* Fix designing live context alignment * Center dark theme toggle icon * Tighten designing avoid list spacing * Tighten remaining site marker spacing
This commit is contained in:
@@ -38,7 +38,7 @@ const tutorials = (await getCollection('tutorials'))
|
||||
.tutorials-index-header { margin-bottom: 2rem; }
|
||||
.tutorials-list { display: flex; flex-direction: column; gap: 1rem; }
|
||||
.tutorial-card {
|
||||
display: flex; gap: 1.25rem; align-items: flex-start;
|
||||
display: flex; gap: 0.75rem; align-items: flex-start;
|
||||
padding: 1.25rem; border-radius: 8px; border: 1px solid var(--color-mist);
|
||||
text-decoration: none; color: inherit;
|
||||
transition: border-color 0.15s ease;
|
||||
|
||||
Reference in New Issue
Block a user