fix banner appearance

better-js
Tommi 3 months ago
parent 68d863f00b
commit e21098acba
Signed by: tommi
GPG Key ID: B045212E435C7A80

@ -483,6 +483,11 @@ table {
background: var(--dark-blue);
margin: root.$tiny root.$regular-less;
}
.banner {
position: fixed;
bottom: 0;
right: 0;
}
}
@keyframes pulse {
@ -823,12 +828,6 @@ h4 {
}
}
.banner {
position: fixed;
bottom: 0;
right: 0;
}
#latest-post {
position: relative;
h2.button {

Loading…
Cancel
Save