There was an error while loading. Please reload this page.
1 parent ced0c2f commit fe0b86dCopy full SHA for fe0b86d
1 file changed
Wireframe/style.css
@@ -86,11 +86,15 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
86
main {
87
max-width: var(--container);
88
margin: 0 auto calc(var(--space) * 4) auto;
89
+ display: grid;
90
+ grid-template-columns: 1fr 1fr;
91
+ gap: var(--space);
92
}
93
footer {
94
position: fixed;
95
bottom: 0;
96
text-align: center;
97
+ width: 100%;
98
99
/* ====== Articles Grid Layout ====
100
Setting the rules for how articles are placed in the main element.
@@ -131,4 +135,11 @@ article {
131
135
background-color: transparent;
132
136
display: block;
133
137
138
+
139
+ .readme-img {
140
141
+ height: 200px;
142
+ object-fit: contain;
143
+ padding: var(--space);
144
+ }
134
145
0 commit comments