Skip to content

Commit

Permalink
responsive adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
eilleenmaria committed Nov 26, 2022
1 parent 473515a commit 1a10450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
display: flex;
width: 50%;
height: 50px;
margin:10% 0 0 10%;
margin:8% 0 0 10%;
}
.button{
color: var(--background-primary);
Expand All @@ -42,7 +42,7 @@
background-color: var(--color-secundary);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.home__social{ margin-top: 20%;}
.home__social{ margin-top: 10%;}
.home__social > a{padding: 0 30px 0 50px;}
.home__img{
grid-column: 2/2;
Expand Down
1 change: 1 addition & 0 deletions assets/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
.home__container{margin :0;}
.home__social{ margin-top: 20%;}
.home__social > a{padding: 0 20px 0 20px;}
.home_contact{margin-left: 38%}
.about__container{width: 80%; margin-left:1rem;}
.about__text{font-size: .8em;}
.training__cards-img:nth-child(1):hover span{font-size: .6em;}
Expand Down

0 comments on commit 1a10450

Please sign in to comment.