diff --git a/static/cal.css b/static/cal.css index b96e217..b569b68 100644 --- a/static/cal.css +++ b/static/cal.css @@ -32,7 +32,7 @@ select { } .userbuttons { - width: 90%; + width: 95%; position: absolute; display: flex; justify-content: end; diff --git a/static/cal.scss b/static/cal.scss index a2314ec..30e1cec 100644 --- a/static/cal.scss +++ b/static/cal.scss @@ -32,7 +32,7 @@ select { } .userbuttons { - width: 90%; + width: 95%; position: absolute; display: flex; justify-content: end;