Skip to content

Commit

Permalink
Update style-ad.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrothers authored Mar 14, 2024
1 parent 1c7fbf5 commit 8dfb6f8
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions style-ad.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@ h1 {
margin: 20px auto;
}
a{
text-decoration: none;
text-decoration: underline;
display: inline-block;
padding: 20px 20px 0 20px;
font-size: 24px;
padding: 0 20px 0 20px;
font-size: 28px;
color: white;
font-weight: 900;
}
p{
padding: 0 20px;
font-size: 12px;
font-size: 20px;
margin: 4px 0;
}
img{
height: 100px;
Expand All @@ -63,6 +64,39 @@ svg{
filter: invert(32%) sepia(60%) saturate(5373%) hue-rotate(340deg) brightness(109%) contrast(102%);
transform: scale(2);
}
@media (width<1300px) {
body{
width: 100%;
margin-top: 10%;
/* padding: 5%; */
}
.tagline{
margin: 5% auto;
}
.apps{
width: 60%;
margin: 0;
padding: 0;
margin: auto;
}
.app{
width: 90%;
margin: auto;
height: 100px;
margin-bottom: 40px;
padding: 40px 10px;
}
img{
height: 70px;
width: auto;
border: 3px solid white;
border-radius: 10px;
}
a{
font-size: 18px;
padding: 2px 10px 0 10px;
}
}
@media (width<600px) {
body{
width: 100%;
Expand Down

0 comments on commit 8dfb6f8

Please sign in to comment.