Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
feguino committed Oct 16, 2022
1 parent e6f59f2 commit 805eb51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions css/main.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ body{
}

.github-icon img{
width: 90px;
width: calc(60px + 2vw);
transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 600px) {
/* @media only screen and (max-width: 600px) {
.github-icon img{
width: 80px;
}
Expand All @@ -75,7 +75,7 @@ body{
.github-icon img{
width: 70px;
}
}
} */

.container{
position: relative;
Expand Down
4 changes: 3 additions & 1 deletion css/plugins.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
}

.gallery-header .header-title{
margin: 1rem 0 0 0;
margin: 1.5rem 0 0 0;
font-size: calc(1.125rem + 0.75vw);
font-weight: 600;
}

.gallery-header .header-description{
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="row">

<div class="gallery-header">
<h2 class="header-title">Dynamic Portfolio</h2>
<h1 class="header-title">Dynamic Portfolio</h1>
<p class="header-description">My name is Feguens, I'm a computer engineer and web developer. <br>
<span class="">This project is a dymanic portfolio that can be integrated in any website and will work across any browser, made with 2 amazing javascript libraries: Muuri and Photoswipe</span></p>
</div>
Expand Down

0 comments on commit 805eb51

Please sign in to comment.