Skip to content

Commit eb84ffd

Browse files
author
Asanda Dunn
committed
updated wireframe
1 parent 509df47 commit eb84ffd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Wireframe/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ svg {
4949
Setting the overall rules for page regions
5050
https://www.w3.org/WAI/tutorials/page-structure/regions/
5151
*/
52-
main {
53-
max-width: var(--container);
54-
margin: 0 auto calc(var(--space) * 4) auto;
55-
}
52+
5653

5754
h1 {
5855

@@ -78,7 +75,14 @@ main {
7875
grid-template-columns: 1fr 1fr;
7976
gap: var(--space);
8077
align-items: stretch;
78+
max-width: var(--container);
79+
margin: 0 auto calc(var(--space) * 4) auto;
80+
8181
}
82+
main article:first-child img{
83+
height:300px;
84+
}
85+
8286
main > *:first-child {
8387
grid-column: span 2;
8488
}
@@ -110,7 +114,3 @@ article p {
110114
margin-top:20px;
111115
}
112116

113-
main article:first-child img{
114-
height:300px;
115-
}
116-

0 commit comments

Comments
 (0)