Skip to content

Commit 14c68ed

Browse files
committed
logo gets smaller when half screen
1 parent 96de108 commit 14c68ed

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

website/styles.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,19 @@ p {
149149
background-size: cover;
150150
}
151151

152-
.img[alt="Title Logo"] {
153-
max-width: 1440px;
154-
width: 80%;
152+
.intro-logo {
153+
width: 70%;
154+
max-width: 900px;
155155
height: auto;
156156
}
157157

158+
@media (max-width: 900px) {
159+
.intro-logo {
160+
width: 35%;
161+
max-width: 320px;
162+
}
163+
}
164+
158165
/* =============================================
159166
Introduction section
160167
=========================================== */

0 commit comments

Comments
 (0)