Browse Source

Fix column flow on main page

Colin Powell 2 years ago
parent
commit
16d1dcc125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vrobbler/templates/scrobbles/scrobble_list.html

+ 1 - 1
vrobbler/templates/scrobbles/scrobble_list.html

@@ -3,7 +3,7 @@
 
 
 {% block content %}
-<main class="col-md-4 ms-sm-auto col-lg-10 px-md-4">
+<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4">
     <div
         class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
         <h1 class="h2">Dashboard</h1>