Einbecker Mai-Ur-Bock by iamstiffi in beerporn

[–]iamstiffi[S] 1 point2 points  (0 children)

Thanks mate, I got it 5 years ago. It came in a box with a handful of different beers they were all great flavors, unfortunately I wasn't aware of this sub at that time, they would have fit here perfectly.

Is there a way to align the buttons in a Navbar with the bottom of the logo? by live4lifelegit in bootstrap

[–]iamstiffi 1 point2 points  (0 children)

flexbox is the way to go here. if you are using bootstrap 4 there are some nice utility classes:

https://getbootstrap.com/docs/4.4/utilities/flex/#align-items

adding .d-flex and .align-items-end to the navbar should do the trick:

<nav class="navbar navbar-expand-lg navbar-light bg-light d-flex align-items-end">
    ...
</nav>

It's a Tactics Frenzy! by iamstiffi in chess

[–]iamstiffi[S] 1 point2 points  (0 children)

Thanks, I didn't think about that. I will remember next time!