Iisakki Rotko
commited on
Commit
•
80f3e35
1
Parent(s):
b243d3f
fix: button being outside screen
Browse files
style.css
CHANGED
@@ -73,7 +73,8 @@ div:has(> b):has(a){
|
|
73 |
.link-container{
|
74 |
position: absolute;
|
75 |
bottom: 0;
|
|
|
76 |
width: 100%;
|
77 |
-
|
78 |
}
|
79 |
}
|
|
|
73 |
.link-container{
|
74 |
position: absolute;
|
75 |
bottom: 0;
|
76 |
+
left: 0;
|
77 |
width: 100%;
|
78 |
+
padding: 0 30px;
|
79 |
}
|
80 |
}
|