Skip to content

Commit

Permalink
phone screen size styling and about section title
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Jan 26, 2024
1 parent c9783a7 commit 71be7fb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>UI/UX</h3>

<section id="about">
<article>
<h4>Classical <span>x</span> Technology</h4>
<h4>Classical <span>_</span> Technology</h4>
<p>
The fusion of classical art with technology in design is a fascinating topic that has been explored by many artists and designers. Classical art is known for its emphasis on symmetry, balance, and proportion, while technology styles in design are characterized by their innovative use of digital toolsand techniques.
</p>
Expand Down
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,13 @@ footer {
}
#about #about-img img {
width: 240px;
top: 35px;
}
}
@media screen and (max-width: 786px) {
#hero-content {
min-height: calc(75vh - 60px);
}
#hero-content div h2 {
font-size: 105px;
}
Expand Down Expand Up @@ -324,6 +328,9 @@ footer {
padding-top: 10px;
padding-bottom: 46px;
}
header h1 {
font-size: 22px;
}
#hero-content div h2 {
font-size: 62px;
}
Expand All @@ -336,7 +343,7 @@ footer {
z-index: -1;
width: 72px;
height: 72px;
bottom: 10%;
bottom: 18%;
font-size: 11px;
font-weight: 600;
}
Expand Down
2 changes: 1 addition & 1 deletion style.css.map

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

17 changes: 14 additions & 3 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,20 @@ footer {

#about-img img {
width: 240px;
top: 35px;
}
}
}

@media screen and (max-width: 786px) {
#hero-content div h2 {
font-size: 105px;
#hero-content {
min-height: calc(75vh - 60px);

div h2 {
font-size: 105px;
}
}


#scroll {
width: 94px;
Expand Down Expand Up @@ -310,9 +316,14 @@ footer {
}

@media screen and (max-width: 430px) {

header {
padding-top: 10px;
padding-bottom: 46px;

h1 {
font-size: 22px;
}
}

#hero-content div h2 {
Expand All @@ -329,7 +340,7 @@ footer {
z-index: -1;
width: 72px;
height: 72px;
bottom: 10%;
bottom: 18%;
font-size: 11px;
font-weight: 600;
}
Expand Down

0 comments on commit 71be7fb

Please sign in to comment.