Skip to content

Commit 0effe81

Browse files
committed
feat: add margin bottom to status overview
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent e3903e1 commit 0effe81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/routes/writing/lcp/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
.statuses {
246246
display: grid;
247247
grid-template-columns: 1fr 1fr;
248+
margin-bottom: 5px;
248249
gap: 10px;
249250
align-items: center;
250251
width: 100%;

src/routes/writing/lcp/cache-status.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
119119
@media (max-width: 500px) {
120120
.cache-name {
121-
font-size: 15px;
121+
font-size: 15.5px;
122122
}
123123
}
124124
</style>

0 commit comments

Comments
 (0)