Skip to content

Commit

Permalink
Remove border from page title on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavocardoso committed Feb 4, 2020
1 parent 70e55bd commit 8980957
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sass/_animals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
animation: pulseSlow 10s ease infinite;

@media (min-width: $media-desktop) {
font-size: 4em;
margin-top: 0.8em;
font-size: 5em;
}
}

Expand All @@ -55,7 +54,6 @@
.thumb-box {
display: flex;
flex-direction: column;
// align-items: center;
justify-content: center;
width: 175px;
height: 175px;
Expand All @@ -69,6 +67,12 @@
padding: 1em;
margin-bottom: 1rem;

@media (min-width: $media-desktop) {
width: 250px;
height: 250px;
padding: 2em;
}

&.shuffle {
-webkit-animation: 0.4s ease 1 forwards shuffle;
-moz-animation: 0.4s ease 1 forwards shuffle;
Expand Down Expand Up @@ -101,7 +105,7 @@
color: #eee;

@media (min-width: $media-desktop) {
font-size: 4em;
font-size: 5em;
}
}

Expand Down

0 comments on commit 8980957

Please sign in to comment.