We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b4318 commit 358c734Copy full SHA for 358c734
1 file changed
Wireframe/style.css
@@ -83,19 +83,19 @@ Setting the rules for how elements are placed in the article.
83
Now laying out just the INSIDE of the repeated card/article design.
84
Keeping things orderly and separate is the key to good, simple CSS.
85
*/
86
-article {
+article {
87
border: var(--line);
88
padding-bottom: var(--space);
89
-
90
- text-align: center;
+ text-align: center;
91
display: grid;
92
grid-template-columns: var(--space) 1fr var(--space);
93
> * {
94
grid-column: 2/3;
95
}
96
> img {
97
98
- }
+ }
+ padding-top: 1em;
99
100
article {
101
0 commit comments