Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Signed-off-by: redfyel <[email protected]>
  • Loading branch information
redfyel authored Nov 23, 2023
1 parent 92586e6 commit ce0da35
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,29 @@ img{
left: auto;
color: #000; /* Adjust color for visibility */
}
.contact-button{
display: none;
}
h3{
display: none;
}
#fb{
display: none;
}
#h3{
display: none;
}
#fb1{
display: none;
}
#h31{
display: none;
}
#fb2{
display: none;
}



p {
/* Adjustments for smaller screens */
Expand Down Expand Up @@ -323,6 +346,27 @@ img{
left: auto;
color: #000; /* Adjust color for visibility */
}
.contact-button{
display: none;
}
h3{
display: none;
}
#fb{
display: none;
}
#h3{
display: none;
}
#fb1{
display: none;
}
#h31{
display: none;
}
#fb2{
display: none;
}

p {
/* Adjustments for medium-sized screens */
Expand All @@ -332,5 +376,28 @@ img{
/* Continue adjusting other elements for medium-sized screens */
/* ... */
}
@media screen and (min-width: 1338px) {
h3{
display: none;
}
#fb{
display: none;
}
#h3{
display: none;
}
#fb1{
display: none;
}
#h31{
display: none;
}
#fb2{
display: none;
}

}




0 comments on commit ce0da35

Please sign in to comment.