Change intro text to consistently use header class as the background color.

This commit is contained in:
2025-10-13 15:34:27 -07:00
parent 825bf62851
commit 0d3822258f
7 changed files with 11 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ function start_main_page {
echo -e "\t\t</div>" >> $mainpage
echo -e "\t\t<div class='row'>" >> $mainpage
echo -e "\t\t\t<div class='col-12 text'>" >> $mainpage
echo -e "\t\t\t<div class='col-12 header'>" >> $mainpage
echo -en "\t\t\t\t<p>You may click on an album name to " >> $mainpage
echo -en "view all of its files, or click on a specific image to bring up the " >> $mainpage
echo -en "full resolution. On the album pages you may also click an image or " >> $mainpage