Skip to content

Commit 566e547

Browse files
authored
Merge pull request #1939 from sahil003tech/main
sahil
2 parents 4ec810e + 4e0c178 commit 566e547

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

index.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ body {
1919
transition: all 0.3s ease;
2020
color: white;
2121
font-size: 20px;
22+
2223
}
2324

2425
.icon-bar a:hover {
@@ -76,5 +77,21 @@ body {
7677
color: #37517e;
7778
background-color: white;
7879
}
80+
@media only screen and (max-width: 360px) {
81+
82+
a.linka{
83+
font-size: 10px;
84+
}
85+
}
86+
@media only screen and (max-width: 330px) {
7987

88+
a.linka {
89+
display: none;
90+
}
91+
}
92+
@media only screen and (min-width: 361px) {
8093

94+
a.linka {
95+
font-size: 12px;
96+
}
97+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2>About Us</h2>
120120

121121

122122
</p>
123-
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank">Learn Web Development❤️</a>
123+
<a href="https://www.youtube.com/watch?v=YCbCGuq_NWE&amp;list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&amp;index=1" target="_blank" class="linka">Learn Web Development❤️</a>
124124
</div>
125125
<div class="dualSectionImg">
126126
<img src="./assets/Images/shortAbout.svg" alt="About Illustration">

0 commit comments

Comments
 (0)