Skip to content

Commit ff810c9

Browse files
committed
change padding and margin of narbar
1 parent dd1ca19 commit ff810c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

styles.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ i {
8888
.presentation {
8989
color: rgb(148, 112, 220);
9090
font-family: var(--default-font-family);
91+
padding: 1em;
9192
}
9293

9394
.subtitle {
@@ -222,14 +223,14 @@ nav {
222223
}
223224

224225
.menu {
225-
list-style-type: none;
226+
padding: 0.5em;
226227
display: flex;
227228
flex-direction: row;
228229
justify-content: space-between;
229230
}
230231

231232
#home {
232-
padding: 0.5em;
233+
padding: 1em;
233234
align-self: center;
234235
}
235236

@@ -252,7 +253,9 @@ nav {
252253
text-decoration: none;
253254
background-image: none;
254255
}
255-
256+
.menu{
257+
margin: 0;
258+
}
256259
.menu>li {
257260
align-self: center;
258261
}

0 commit comments

Comments
 (0)