Skip to content

Commit

Permalink
style changes on hero cta buttons and project card border.
Browse files Browse the repository at this point in the history
added localisation
  • Loading branch information
beuleubeuleu committed Nov 23, 2023
1 parent 9bd66da commit f9bf761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
padding : .8em 1.6em;
border-radius : 3px;
box-shadow : rgba(99, 99, 99, 0.2) 0 2px 8px 0;
transition : all .1s linear;
transition : all .2s linear;
}

.cta a:hover {
Expand Down
1 change: 0 additions & 1 deletion src/components/projets/ProjetCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const {
.card {
display : flex;
flex-direction : column;
border : 1px solid var(--accentTextColor);
border-radius : 3px;
max-width : 60ch;
min-height : 100%;
Expand Down
3 changes: 2 additions & 1 deletion src/components/shared/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const menuItems = [
<div class="footer-card">
<p class="footer-card__title">Email</p>
<a href="mailto:[email protected]" class="card-info">[email protected]</a>
<p class="footer-card__title">Localisation</p>
<p class="card-info">France, Ile-de-France</p>
</div>

<div class="footer-card">
Expand Down Expand Up @@ -94,7 +96,6 @@ const menuItems = [
border-top : 1px solid var(--accentBackgroundColor);
}


@media screen and (min-width : 500px) {
.footer-cards {
display : flex;
Expand Down

0 comments on commit f9bf761

Please sign in to comment.