Skip to content

Commit a15cf95

Browse files
brunoborgesCopilot
andcommitted
Fix nav logo spacing between java. and evolved
Remove display:flex and gap:8px from .logo which caused the text node and span to be treated as separate flex items. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e9e964f commit a15cf95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/styles.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ nav {
175175
font-weight: 700;
176176
font-size: 1.15rem;
177177
color: var(--text);
178-
display: flex;
179-
align-items: center;
180-
gap: 8px;
178+
display: inline;
181179
}
182180

183181
.logo span {

0 commit comments

Comments
 (0)