Skip to content

Commit 8681a3c

Browse files
committed
chore: format
1 parent 64400c8 commit 8681a3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ h1 img {
9393
top: -5px;
9494
}
9595
.external-links {
96-
margin: 0 .5rem;
96+
margin: 0 0.5rem;
9797
font-size: var(--font-size);
9898
}
9999
.nav-bar {

src/components/PaneSplit.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ export default {
8989
.split-pane {
9090
flex-wrap: wrap;
9191
}
92-
.left, .right {
92+
.left,
93+
.right {
9394
width: 100% !important;
9495
}
9596
.split-line {

0 commit comments

Comments
 (0)