There was an error while loading. Please reload this page.
1 parent 6afd4b5 commit b7132bcCopy full SHA for b7132bc
1 file changed
Wireframe/style.css
@@ -22,8 +22,7 @@ a {
22
max-width: fit-content;
23
text-decoration: underline;
24
}
25
-img,
26
-svg {
+img.svg {
27
width: 100%;
28
object-fit: cover;
29
@@ -57,6 +56,8 @@ main > *:first-child {
57
56
article {
58
border: var(--line);
59
padding-bottom: var(--space);
+ padding-left: var(--space);
60
+ padding-right: var(--space);
61
text-align: left;
62
display: flex;
63
flex-direction: column;
@@ -70,6 +71,7 @@ article img {
70
71
details p {
72
margin: 0;
73
padding-top: 10px;
74
75
76
77
summary {
0 commit comments