Iisakki Rotko commited on
Commit
80f3e35
1 Parent(s): b243d3f

fix: button being outside screen

Browse files
Files changed (1) hide show
  1. style.css +2 -1
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
- justify-content: end;
78
  }
79
  }
 
73
  .link-container{
74
  position: absolute;
75
  bottom: 0;
76
+ left: 0;
77
  width: 100%;
78
+ padding: 0 30px;
79
  }
80
  }