Skip to content

Commit

Permalink
Merge pull request #12 from fellrock/revert-11-develop
Browse files Browse the repository at this point in the history
Revert "fix: readjust postitioning"
  • Loading branch information
fellrock authored Jul 30, 2023
2 parents 3b2241b + e01e730 commit f83d52a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion assets/css/contact-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

.links {
position: -ms-page;
position: relative; left: -15px;
}

}
8 changes: 4 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -731,14 +731,14 @@
text-decoration: none;
position: relative;
display: block;
width: 3.75em;
height: 3.75em;
width: 2.75em;
height: 2.75em;
border-radius: 100%;
border: solid 1px #c8cccf;
line-height: 3.75em;
line-height: 2.75em;
overflow: hidden;
text-align: center;
text-indent: 3.75em;
text-indent: 2.75em;
white-space: nowrap;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Felipe Moreira</h1>
<!-- <p class="title2"> Hello World</p> -->
</header>
<div id="links">
<ul class="icons links">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/fellrock/" class="fa-linkedin"></a></li>
<li><a href="https://github.com/fellrock" class="fa-github"></a></li>
<li><a href="https://www.instagram.com/fellrock/" class="fa-instagram"></a></li>
Expand Down

0 comments on commit f83d52a

Please sign in to comment.