Skip to content

Commit

Permalink
Removed unecessary import in team.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rakim-0 committed Mar 9, 2024
1 parent 76c74b5 commit 855474a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ header .intro-text {

.resume .resume-item h5 {
font-size: 16px;
background: #eef0f2;
/*background: #eef0f2;*/
padding: 5px 15px;
display: inline-block;
font-weight: 600;
Expand Down Expand Up @@ -1212,4 +1212,4 @@ body,
min-width: 3rem;
border-radius: 6.25rem;
opacity: .5
}
}
3 changes: 1 addition & 2 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">

</head>

Expand Down Expand Up @@ -613,4 +612,4 @@ <h4>Bhawana Sharma</h4>
<script type="text/javascript" src="js/main.js"></script>
</body>

</html>
</html>

0 comments on commit 855474a

Please sign in to comment.