Skip to content

Commit 5e0b892

Browse files
committed
Set max-width for the whole item class.
1 parent 434ac70 commit 5e0b892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ svg {
135135

136136
.item {
137137
margin: 15px;
138+
max-width: 35rem;
138139
}
139140

140141
.date {
141142
color: var(--color-date);
142143
}
143144

144145
.description {
145-
max-width: 35em;
146146
margin-top: 10px;
147147
}
148148

0 commit comments

Comments
 (0)