Co-authored-by: thisProjects <wibbet@wobbet.com>
This commit is contained in:
@@ -15,12 +15,7 @@
|
||||
font-size: 0.75rem;
|
||||
font-weight: 400;
|
||||
border-top: 1px solid rgba(214, 211, 211, 0.5);
|
||||
|
||||
@include screen(mobile) {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
||||
}
|
||||
width: 100%;
|
||||
|
||||
@include screen(tablet) {
|
||||
font-size: 10px;
|
||||
@@ -29,10 +24,13 @@
|
||||
|
||||
}
|
||||
|
||||
@include screen(desktop) {
|
||||
display: flex;
|
||||
@include screen(mobile) {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
a {
|
||||
color: var(--theme-color-components-text-on-dark);
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user