There was an error while loading. Please reload this page.
1 parent 509df47 commit eb84ffdCopy full SHA for eb84ffd
1 file changed
Wireframe/style.css
@@ -49,10 +49,7 @@ svg {
49
Setting the overall rules for page regions
50
https://www.w3.org/WAI/tutorials/page-structure/regions/
51
*/
52
-main {
53
- max-width: var(--container);
54
- margin: 0 auto calc(var(--space) * 4) auto;
55
-}
+
56
57
h1 {
58
@@ -78,7 +75,14 @@ main {
78
75
grid-template-columns: 1fr 1fr;
79
76
gap: var(--space);
80
77
align-items: stretch;
+ max-width: var(--container);
+ margin: 0 auto calc(var(--space) * 4) auto;
81
}
82
+main article:first-child img{
83
+ height:300px;
84
+ }
85
86
main > *:first-child {
87
grid-column: span 2;
88
@@ -110,7 +114,3 @@ article p {
110
114
margin-top:20px;
111
115
112
116
113
-main article:first-child img{
- height:300px;
- }
-
0 commit comments