Skip to content

Commit

Permalink
changing the blue lines in portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
HazemAlMili committed Sep 29, 2024
1 parent 801e1ff commit bd18a5a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions css/portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,6 @@ html {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.line1 {
background-color: var(--main-color);
width: calc(100% - 20px);
height: 1px;
position: relative;
left: 10px;
top: 627px;
}

.line2 {
background-color: var(--main-color);
width: calc(100% - 20px);
height: 1px;
position: relative;
left: 10px;
top: 1158px;
}
}


Expand Down

0 comments on commit bd18a5a

Please sign in to comment.