Skip to content

Commit e0aa2d8

Browse files
committed
css update
1 parent 41b541d commit e0aa2d8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
font-family: "Inter", sans-serif;
6060
color: var(--black);
6161
scroll-behavior: smooth;
62-
62+
}
6363
body {
6464
font-family: 'Georgia', serif;
6565
color: #333;
@@ -148,6 +148,9 @@ figcaption {
148148
}
149149

150150
.footer {
151+
display: flex;
152+
justify-content: space-between;
153+
align-items: center;
151154
background: #fff;
152155
border-top: 1px solid #e0e0e0;
153156
padding: 2rem;
@@ -158,14 +161,12 @@ figcaption {
158161
justify-content: flex-end;
159162
}
160163
.logo_box {
161-
height:50px;
164+
height:100px;
162165
width:auto;
163166
margin-right: 1rem;
164167
display: flex;
165168
justify-content: flex-start;
166169
}
167-
168-
}
169170
footer ul {
170171
display: flex-end;
171172
list-style: none;

0 commit comments

Comments
 (0)