New bootstrap-based layout #30

Merged
Roflin merged 79 commits from bootstrap into master 2023-03-14 19:11:25 +01:00
Showing only changes of commit e916489d00 - Show all commits

View File

@ -41,7 +41,7 @@ class PhotoPage extends Template
echo '
<div class="row mt-5">
<div class="col-8">
<div class="col-lg-8">
<div id="sub_photo" class="content-box">
<h2 class="entry-title">', $this->photo->getTitle(), '</h2>';
@ -51,7 +51,7 @@ class PhotoPage extends Template
echo '
</div>
</div>
<div class="col-4">';
<div class="col-lg-4">';
$this->photoMeta();