Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
parsfront committed Jul 4, 2022
1 parent 1bd4b90 commit 714aab7
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ nav ul a {

nav ul a:hover {
background-color: rgba(0, 0, 0, 0);
color: #ff8f00;
color: red;
}

nav .brand-logo {
Expand Down Expand Up @@ -193,8 +193,17 @@ nav .brand-logo {
padding: 10px 25px;
border-radius: 25px;
cursor: pointer;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.about button:hover {
background: none;
color: #000;
border: 2px solid #ff8f00;
}

/* serveice */

.service {
Expand Down Expand Up @@ -650,6 +659,7 @@ footer h6 {
@media screen and (max-width: 600px) {
.home .home-content h1 {
font-size: 20px;
font-weight: 900;
}

.home .home-content p {
Expand All @@ -663,6 +673,7 @@ footer h6 {

@media screen and (max-width: 400px) {
.home .home-content h1 {
font-size: 15px;
font-size: 25px;
font-weight: 900;
}
}

0 comments on commit 714aab7

Please sign in to comment.