this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Align legend left on mobile

authored by

Caleb Jasik and committed by
Maxine
c22dbb5f c7336ef2

+3 -2
+2 -2
public/index.html
··· 388 388 </head> 389 389 390 390 <body> 391 - <nav class="navbar" role="navigation" aria-label="main navigation"> 391 + <nav class="navbar px-5 mt-5 mb-2" role="navigation" aria-label="main navigation"> 392 392 <div class="navbar-brand"> 393 393 <div class="navbar-item"> 394 394 <h1 class="title">Kink list</h1> ··· 399 399 </div> 400 400 </nav> 401 401 402 - <nav class="level"> 402 + <nav class="level px-5"> 403 403 <div id="legend" class="kinks-legend level-left"> 404 404 </div> 405 405 </nav>
+1
public/kinklist.js
··· 72 72 legend.append( 73 73 $('<div>') 74 74 .addClass('level-item') 75 + .addClass('is-justify-content-flex-start') 75 76 .append( 76 77 $('<button>') 77 78 .addClass('choice', type)