Button Layout

This commit is contained in:
brausjonas
2023-03-26 19:21:41 +02:00
parent f44184cef0
commit cd678cb7a0
3 changed files with 15 additions and 4 deletions
+11
View File
@@ -79,6 +79,7 @@ h2
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (min-width: 18.1cm)
@@ -130,6 +131,16 @@ h2
background-position: center;
}
.googlePlayCard
{
background-image: url("https://cdn-icons-png.flaticon.com/512/732/732208.png"), linear-gradient(#b9a4f7, #ece2ff);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
background-blend-mode: luminosity;
}
.imageFull
{
max-width: 95%;