Skip to content

Commit 44653e5

Browse files
author
Donovan Hutchinson
committed
Updating timing
1 parent 4b76401 commit 44653e5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/sass/screen.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ h1 {
1010
transition: all 3s ease-out;
1111

1212
// Animation: Used with the keyframes below
13-
animation: pulsate 10s ease-out infinite;
13+
animation: pulsate 8s ease-out infinite;
1414

1515
// Normal stylin'
1616
position: absolute;
@@ -56,7 +56,7 @@ h1:hover {
5656

5757
@media only screen and (max-width: 600px) {
5858
h1 {
59-
font-size: 3em;
59+
font-size: 2em;
6060
}
6161
}
6262

stylesheets/screen.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body {
77
h1 {
88
-webkit-transition: all 3s ease-out;
99
transition: all 3s ease-out;
10-
-webkit-animation: pulsate 10s ease-out infinite;
11-
animation: pulsate 10s ease-out infinite;
10+
-webkit-animation: pulsate 8s ease-out infinite;
11+
animation: pulsate 8s ease-out infinite;
1212
position: absolute;
1313
top: 50%;
1414
left: 50%;
@@ -73,6 +73,6 @@ h1:hover {
7373
/*** Media queries for adjusting to different screen sizes ***/
7474
@media only screen and (max-width: 600px) {
7575
h1 {
76-
font-size: 3em;
76+
font-size: 2em;
7777
}
7878
}

stylesheets/screen.min.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body {
77
h1 {
88
-webkit-transition: all 3s ease-out;
99
transition: all 3s ease-out;
10-
-webkit-animation: pulsate 10s ease-out infinite;
11-
animation: pulsate 10s ease-out infinite;
10+
-webkit-animation: pulsate 8s ease-out infinite;
11+
animation: pulsate 8s ease-out infinite;
1212
position: absolute;
1313
top: 50%;
1414
left: 50%;
@@ -73,6 +73,6 @@ h1:hover {
7373
/*** Media queries for adjusting to different screen sizes ***/
7474
@media only screen and (max-width: 600px) {
7575
h1 {
76-
font-size: 3em;
76+
font-size: 2em;
7777
}
7878
}

0 commit comments

Comments
 (0)