AlbumButtonBox: un-float album_button_box

This commit is contained in:
Aaron van Geffen 2024-06-28 20:25:00 +02:00
parent 89cc00ffd9
commit ead4240173
2 changed files with 2 additions and 2 deletions

View File

@ -366,8 +366,8 @@ div.polaroid a {
/* Album button box
---------------------*/
.album_button_box {
float: right;
display: flex;
justify-content: flex-end;
margin-bottom: 3rem;
}
.album_button_box > a,

View File

@ -22,7 +22,7 @@ class AlbumButtonBox extends Template
public function html_main()
{
echo '
<div class="album_button_box">';
<div class="container album_button_box">';
foreach ($this->buttons as $button)
echo '