Skip to content

Commit 5c705ca

Browse files
committed
css update to image positioning
1 parent 0858e2b commit 5c705ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ Keeping things orderly and separate is the key to good, simple CSS.
9191
section {
9292
border: var(--line);
9393
padding-bottom: var(--space);
94-
94+
margin-right: var(--space);
95+
text-align: left;
96+
9597
/*display: grid;
9698
grid-template-columns: var(--space) 1fr var(--space);
9799
> * {

0 commit comments

Comments
 (0)