Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 1, 2023
1 parent a401fbc commit e90cfe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ a:not([href]):not([class]), a:not([href]):not([class]):hover {
a.dash {
color: #fffbf1;
text-shadow: 0 20px 25px #2e2e31, 0 40px 60px #2e2e31;
font-size: 32px;
font-weight: bold;
font-size: 28px;
font-weight: 300;
text-decoration: none;
letter-spacing: 0px;
position: absolute;
Expand All @@ -353,9 +353,9 @@ a.dash:after {
width: 100%;
top: 50%;
display: block;
border: 15px solid $primary;
border: 8px solid $primary;
transform: translateX(-50%) translateY(-50%) rotate(0deg);
animation: 10s infinite alternate ease-in-out tipsy;
animation: 6s alternate ease-in-out tipsy;
}

a.dash:before {
Expand Down

0 comments on commit e90cfe7

Please sign in to comment.