Skip to content

Commit ea27525

Browse files
Adjust layout #64
1 parent ca57a3f commit ea27525

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/routes/home/+page.svelte

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<style>
149149
:global(body) {
150150
font-family: 'Segoe UI', Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
151+
margin: 0;
151152
}
152153
153154
:root {
@@ -178,7 +179,7 @@
178179
}
179180
180181
.element {
181-
padding: 10px;
182+
padding: 16px;
182183
border-bottom: 1px solid rgb(239, 243, 244);
183184
display: flex;
184185
flex-direction: column;
@@ -194,7 +195,7 @@
194195
.retweet_row {
195196
display: flex;
196197
flex-direction: row;
197-
gap: 8px;
198+
gap: 12px;
198199
align-items: center;
199200
color: var(--gray-color);
200201
font-weight: 700;
@@ -212,12 +213,13 @@
212213
213214
.retweet_icon {
214215
width: 16px;
216+
height: 16px;
215217
}
216218
217219
.tweet {
218220
display: flex;
219221
flex-direction: row;
220-
gap: 8px;
222+
gap: 12px;
221223
}
222224
223225
.avatar_container {

0 commit comments

Comments
 (0)