Skip to content

Commit

Permalink
chore: clean et notes
Browse files Browse the repository at this point in the history
  • Loading branch information
blupdew committed Oct 23, 2024
1 parent 40aa25a commit d2a6424
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 260 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="playground">
<article class="card">
<div>
<div class="card-header">
<p class="card-category">Category</p>
<h2 class="card-title">Super title</h2>
</div>
Expand Down
257 changes: 0 additions & 257 deletions normalize.css

This file was deleted.

2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body {
max-width: 332px;

border-radius: var(--radius-2xl);
border: var(--radius-none) solid var(--colors-pink-600);
border: var(--radius-none) solid var(--colors-pink-600); /* --radius-none ? */
background: var(--colors-white);

.card-category {
Expand Down
2 changes: 1 addition & 1 deletion vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--LineHeight-6: 24px;
--LineHeight-10: 40px;
--radius-full: 9999px; /* really ? */
--radius-none: 1px;
--radius-none: 1px; /* 0 ? */
--radius-lg: 8px;
--radius-2xl: 24px;
}

0 comments on commit d2a6424

Please sign in to comment.