We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b541d commit e0aa2d8Copy full SHA for e0aa2d8
1 file changed
style.css
@@ -59,7 +59,7 @@
59
font-family: "Inter", sans-serif;
60
color: var(--black);
61
scroll-behavior: smooth;
62
-
+}
63
body {
64
font-family: 'Georgia', serif;
65
color: #333;
@@ -148,6 +148,9 @@ figcaption {
148
}
149
150
.footer {
151
+ display: flex;
152
+ justify-content: space-between;
153
+ align-items: center;
154
background: #fff;
155
border-top: 1px solid #e0e0e0;
156
padding: 2rem;
@@ -158,14 +161,12 @@ figcaption {
158
161
justify-content: flex-end;
159
162
160
163
.logo_box {
- height:50px;
164
+ height:100px;
165
width:auto;
166
margin-right: 1rem;
167
display: flex;
168
justify-content: flex-start;
169
-}
170
footer ul {
171
display: flex-end;
172
list-style: none;
0 commit comments