Skip to content

Commit

Permalink
Merge pull request #9 from Ibinou/patch-9
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo-zsh authored Mar 21, 2024
2 parents c0d959e + 68e30b0 commit f1182bf
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,41 +136,3 @@ body {

}

.add_to_homescreen {
background-color: #f0f0f0;
padding: 20px;
display: none;
border-radius: 20px;
text-align: center;
align-items: center;
}

.add_to_homescreen_icon {
background-image: url(https://raw.githubusercontent.com/Enzo-zsh/iWebAppStore-legacy/main/app.png);
width: 80px;
height: 80px;
background-size: cover;
border: none;
margin-bottom: 15px;
}

.add_title {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}

.web_btn {
padding: 20px;
border: 2px black solid;
width: 140px;
border-radius: 20px;
}

.web_container {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
cursor: pointer;
}

0 comments on commit f1182bf

Please sign in to comment.