Skip to content

Commit bdebbce

Browse files
committed
Fix nav 3
1 parent 0f8c13c commit bdebbce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/assets/stylesheets/application.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ footer {
9191
nav {
9292
position: fixed;
9393
top: 12em;
94-
right: calc((100vw - 768px) / 2 + 1em);
94+
left: calc((100vw - 768px) / 2 - 1em);
9595
display: flex;
9696
flex-direction: column;
97-
align-items: end;
9897
}
9998
@media (max-width: 940px) {
10099
nav {

0 commit comments

Comments
 (0)