There was an error while loading. Please reload this page.
1 parent 9a63fc7 commit 642aa66Copy full SHA for 642aa66
1 file changed
Wireframe/style.css
@@ -34,20 +34,20 @@ body {
34
header {
35
text-align: center;
36
padding: var(--space);
37
- }
+}
38
a {
39
40
border: var(--line);
41
max-width: fit-content;
42
display: inline-block;
43
margin-top: auto;
44
margin-bottom: var(--space);
45
-
46
}
47
img,
48
svg {
49
width: 100%;
50
object-fit: cover;
+ aspect-ratio: 16 / 9;
51
52
/* ====== Site Layout ======
53
Setting the overall rules for page regions
@@ -108,5 +108,5 @@ article {
108
article h2,
109
article p,
110
article a {
111
- margin: var(--space);
112
-}
+ margin: var(--space);
0 commit comments