adjust article

aside should be the same
This commit is contained in:
Geoff Doty 2024-07-20 18:42:03 -04:00
parent a8633f3069
commit bc63b94174
2 changed files with 3 additions and 2 deletions

View File

@ -248,7 +248,7 @@
</p>
<div class="grid">
<article class="border">
<section class="border">
<header style="background: var(--theme); padding: 0 1rem; color: #FFF">
<strong>Dialogs</strong>
</header>
@ -264,7 +264,7 @@
<footer class="grid">
<button class="fill" id="dialog">Open Modal</button>
</footer>
</article>
</section>
<section class="grid border">
<div class="grid-center">
More...

View File

@ -162,6 +162,7 @@ article {
border: 1px solid rgba(0,0,0,.125);
background: var(--light);
color: var(--dark);
padding: 1rem;
}
/* Forms */