Skip to content

Commit

Permalink
updated css so that typed titles have smaller font
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrhoads committed Nov 23, 2023
1 parent 653a1e6 commit ec9464b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ a:focus {
}

/* Split the line into two lines for mobile devices */
@media (max-width: 880px) {
@media (max-width: 1060px) {
.soc_icons ul li {
display:inline-block;
margin-left: 24px;
Expand Down Expand Up @@ -350,9 +350,9 @@ a:focus {
.hero .hero-text h2 {
display: inline-block;
margin: 0;
height: 35px;
height: 25px;
color: #ffffff;
font-size: 35px;
font-size: 25px;
font-weight: 600;
}

Expand All @@ -361,7 +361,7 @@ a:focus {
}

.hero .hero-text .typed-cursor {
font-size: 30px;
font-size: 25px;
font-weight: 300;
color: #ffffff;
}
Expand All @@ -384,7 +384,7 @@ a:focus {
margin-right: 10px;
}

@media (max-width: 991.98px) {
@media (max-width: 1060px) {
.hero {
padding-top: 60px;
}
Expand All @@ -402,8 +402,8 @@ a:focus {
}

.hero .hero-text h2 {
font-size: 25px;
height: 25px;
font-size: 24px;
height: 24px;
}

.hero .hero-btn .btn {
Expand Down

0 comments on commit ec9464b

Please sign in to comment.