Skip to content

Commit 0f8b233

Browse files
committed
about section fix
1 parent 3e5b44e commit 0f8b233

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

css/home.css

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -302,28 +302,11 @@ button:active {
302302
color: #F4F4FF;
303303
text-align: center;
304304
padding: 0 2vw;
305-
opacity: 0.5;
306-
-webkit-transform: translateY(60px);
307-
-moz-transform: translateY(60px);
308-
-ms-transform: translateY(60px);
309-
-o-transform: translateY(60px);
310-
transform: translateY(60px);
311-
-webkit-transition: all 0.5s ease-in-out;
312-
-moz-transition: all 0.5s ease-in-out;
313-
-ms-transition: all 0.5s ease-in-out;
314-
-o-transition: all 0.5s ease-in-out;
315-
transition: all 0.5s ease-in-out;
316-
}
317-
318-
#about.visible {
319305
opacity: 1;
320-
-webkit-transform: none;
321-
-moz-transform: none;
322-
-ms-transform: none;
323-
-o-transform: none;
324-
transform: none;
325306
}
326307

308+
#about-title {}
309+
327310
#schedule-desc {
328311
padding: 0 1em;
329312
}
@@ -874,7 +857,7 @@ td {
874857
background: url("../images/blob.svg");
875858
background-repeat: no-repeat;
876859
/* background-size: 180vh, 600px; */
877-
background-size: 90% auto;
860+
background-size: 100% auto;
878861
background-position: right top;
879862
}
880863
#home {

0 commit comments

Comments
 (0)