Skip to content

Commit

Permalink
last min styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaa0202 committed Jun 12, 2023
1 parent 7e8f11a commit ae174f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/app/main-page/end/end.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
width: 130px;
display: inline;
cursor: pointer;
border-radius: 5px;
object-fit: cover;
}

img:first-child {
Expand Down
13 changes: 8 additions & 5 deletions src/app/main-page/experience/experience.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,23 +268,25 @@

.headline {
flex-direction: column;
align-items: flex-start;
padding-top: 100px;

h2 {
font-size: 40px;
padding: 20px 0;
text-align: center;
}

a:hover {
background-color: #04737f;
transition: .2s;
a{
align-self: auto;
&:hover {
background-color: #04737f;
transition: .2s;
}
}
}


.photo-container {
padding: 10px 40px;
display: block;
margin-bottom: 40px;

Expand All @@ -309,6 +311,7 @@

.exclusive-offer {
padding: 0 55px;
margin-top: 60px;
margin-bottom: 320px;
display: block;

Expand Down

0 comments on commit ae174f5

Please sign in to comment.