improved donation callout
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
.donation-callout {
|
.donation-callout {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
text-align: right;
|
text-align: center;
|
||||||
.donation-text {
|
.donation-text {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: left;
|
text-align: center;
|
||||||
.heart {
|
.heart {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
margin-top: 30px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
align-self: center;
|
align-self: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
@@ -17,8 +19,8 @@
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
button {
|
button {
|
||||||
align-self: flex-end;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-left: 70px;
|
||||||
a[target="_blank"]::after {
|
a[target="_blank"]::after {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
margin-top: 3vh;
|
margin-top: 3vh;
|
||||||
width: 20vw;
|
width: 25vw;
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Reference in New Issue
Block a user