style: fix homepage width and body font size

This commit is contained in:
plebeius.eth
2024-05-03 16:07:31 +02:00
parent b0fdbfc13e
commit d3a09f3369
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -22,7 +22,7 @@
--body-background-pattern-image: url("/public/assets/background-fade.png"); --body-background-pattern-image: url("/public/assets/background-fade.png");
--body-font-color: maroon; --body-font-color: maroon;
--body-font-family: arial, helvetica, sans-serif; --body-font-family: arial, helvetica, sans-serif;
--body-font-size: 10pt; --body-font-size: 13px;
/* catalog post */ /* catalog post */
--catalog-post-menu-btn-color: navy; --catalog-post-menu-btn-color: navy;
@@ -175,7 +175,7 @@
--body-background-pattern-image: url("/public/assets/background-fade-blue.png"); --body-background-pattern-image: url("/public/assets/background-fade-blue.png");
--body-font-color: #000; --body-font-color: #000;
--body-font-family: arial, helvetica, sans-serif; --body-font-family: arial, helvetica, sans-serif;
--body-font-size: 10pt; --body-font-size: 13px;
/* catalog post */ /* catalog post */
--catalog-post-menu-btn-color: navy; --catalog-post-menu-btn-color: navy;
@@ -306,7 +306,7 @@
--body-background-pattern-image: none; --body-background-pattern-image: none;
--body-font-color: maroon; --body-font-color: maroon;
--body-font-family: times new roman, serif; --body-font-family: times new roman, serif;
--body-font-size: 12pt; --body-font-size: 16px;
/* board nav */ /* board nav */
--boardnav-font-size: 11pt; --boardnav-font-size: 11pt;
@@ -448,7 +448,7 @@
--body-background-pattern-image: none; --body-background-pattern-image: none;
--body-font-color: #000; --body-font-color: #000;
--body-font-family: times new roman, serif; --body-font-family: times new roman, serif;
--body-font-size: 12pt; --body-font-size: 16px;
/* challenge modal */ /* challenge modal */
--challenge-modal-background-color: #d6daf0; --challenge-modal-background-color: #d6daf0;
@@ -564,7 +564,7 @@
--body-background-pattern-image: none; --body-background-pattern-image: none;
--body-font-color: #c5c8c6; --body-font-color: #c5c8c6;
--body-font-family: arial, helvetica, sans-serif; --body-font-family: arial, helvetica, sans-serif;
--body-font-size: 10pt; --body-font-size: 13px;
/* homepage */ /* homepage */
--homepage-infobox-text-color: #c5c8c6; --homepage-infobox-text-color: #c5c8c6;
@@ -715,7 +715,7 @@
--body-background-pattern-image: none; --body-background-pattern-image: none;
--body-font-color: #333; --body-font-color: #333;
--body-font-family: arial, helvetica, sans-serif; --body-font-family: arial, helvetica, sans-serif;
--body-font-size: 10pt; --body-font-size: 13px;
/* board nav */ /* board nav */
--boardnav-font-size: 9pt; --boardnav-font-size: 9pt;
+1 -1
View File
@@ -3,7 +3,7 @@
height: 100%; height: 100%;
margin: auto; margin: auto;
text-align: left; text-align: left;
width: 57.69em; width: 750px;
min-width: 750px; min-width: 750px;
} }