1 parent 96de108 commit 14c68edCopy full SHA for 14c68ed
1 file changed
website/styles.css
@@ -149,12 +149,19 @@ p {
149
background-size: cover;
150
}
151
152
-.img[alt="Title Logo"] {
153
- max-width: 1440px;
154
- width: 80%;
+.intro-logo {
+ width: 70%;
+ max-width: 900px;
155
height: auto;
156
157
158
+@media (max-width: 900px) {
159
+ .intro-logo {
160
+ width: 35%;
161
+ max-width: 320px;
162
+ }
163
+}
164
+
165
/* =============================================
166
Introduction section
167
=========================================== */
0 commit comments