Skip to content

Commit

Permalink
Modified margins and padding for the starter apps (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kusum-ijari authored Nov 9, 2023
1 parent 219accb commit 9ff4efc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ DG classes
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 10px;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}

[data-color-mode="dark"] .starter-card {
Expand All @@ -245,7 +245,7 @@ DG classes
border: 2px solid var(--dg-dark-gray);
background: var(--md-code-background);
color: var(--color-text-default);
padding: 8px 16px;
padding: 1.5rem;
text-decoration: none !important;
border-radius: 8px;
}
Expand Down

0 comments on commit 9ff4efc

Please sign in to comment.