Skip to content

Commit

Permalink
Add scroll icon
Browse files Browse the repository at this point in the history
  • Loading branch information
r-makarov committed Sep 9, 2024
1 parent 671d644 commit 72f61f1
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 15 deletions.
16 changes: 10 additions & 6 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,19 @@ body .main #summary-section .links {
padding-bottom: 10px;
}
body .main #summary-section .links img {
width: 42px;
height: 42px;
width: 52px;
height: 52px;
border-radius: 50%;
}
body .main #summary-section .links a {
color: tan;
margin: 5px 5px;
}
body .main #summary-section #down-arrow {
width: 150px;
height: 150px;
margin-top: 200px;
}
body .main .section {
margin: 0 0 100px 0px;
color: white;
Expand Down Expand Up @@ -296,16 +301,15 @@ img {
}

@media only screen and (max-width: 1000px) {
#summary-section {
padding: 22vh 50px 5vh 20px !important;
}
#summary-section .name-surname {
font-size: 2.5em !important;
}
#summary-section ul {
font-size: 1em !important;
}
#summary-section .links img {
width: 30px !important;
height: 30px !important;
}
body {
text-wrap: wrap;
word-break: normal;
Expand Down
2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 19 additions & 8 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ body {
padding-bottom: 10px;
// padding-right: 150px;
img {
width: 42px;
height: 42px;
width: 52px;
height: 52px;
border-radius: 50%;
}

Expand All @@ -232,6 +232,14 @@ body {
margin: 5px 5px;
}
}

#down-arrow {
width: 150px;
height: 150px;
margin-top: 200px;
// margin-left: 10px;
// align-self: center;
}
}

.section {
Expand Down Expand Up @@ -371,18 +379,21 @@ img {
@media only screen and (max-width: 1000px) {

#summary-section {

padding: 22vh 50px 5vh 20px !important;

.name-surname {
font-size: 2.5em !important;
}
ul {
font-size: 1em !important;
}
.links {
img {
width: 30px !important;
height: 30px !important;
}
}
// .links {
// img {
// width: 30px !important;
// height: 30px !important;
// }
// }

}

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@
);
</script>
</div>

<img src="static/images/down-arrow.svg" id="down-arrow"/>
</div>


Expand Down
44 changes: 44 additions & 0 deletions static/images/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72f61f1

Please sign in to comment.