Skip to content

Commit 0e74e76

Browse files
authored
Update style.css
1 parent baba5e7 commit 0e74e76

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ body > footer {
101101
flex-basis: auto;
102102
flex-grow: 0;
103103
flex-shrink: 0;
104-
line-height: 4em;
105-
padding: 1rem 1rem 0;
104+
line-height: 2em;
105+
padding: 1rem;
106106
text-align: center;
107-
margin-top: auto;
108107
}
109108

110109
.social {
@@ -123,3 +122,7 @@ body > footer {
123122
color: inherit;
124123
text-decoration: none;
125124
}
125+
126+
p, .social {
127+
margin: 0.5em auto;
128+
}

0 commit comments

Comments
 (0)