Skip to content

Commit 5219482

Browse files
committed
style: update social links layout and button styles for improved appearance
1 parent ebd066c commit 5219482

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

_layouts/default.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,26 @@
154154

155155
.social-links {
156156
display: flex;
157-
gap: 0.75rem;
157+
justify-content: start;
158+
gap: 0.5rem;
158159
margin-top: 1.5rem;
160+
padding: 0 0.5rem;
159161
}
160162

161163
.social-links a {
162164
color: var(--text-color);
163-
font-size: 1.2rem;
164-
padding: 0.3rem;
165+
font-size: 1rem;
166+
padding: 0.25rem;
167+
display: flex;
168+
align-items: center;
169+
justify-content: center;
170+
transition: color 0.3s ease;
171+
}
172+
173+
.social-links a:hover {
174+
color: var(--secondary-color);
175+
transform: none;
176+
background: none;
165177
}
166178

167179
.button {

0 commit comments

Comments
 (0)