From bab038f7848feef35a3d0bba957c5156fa25cfbf Mon Sep 17 00:00:00 2001 From: ItsAundre! <126304209+ItsAundre@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:18:58 -0500 Subject: [PATCH] e --- Changelog/style.css | 24 ++++++++++-------------- Details/style.css | 24 ++++++++++-------------- 2 files changed, 20 insertions(+), 28 deletions(-) diff --git a/Changelog/style.css b/Changelog/style.css index 5aeeac8..b91cd44 100644 --- a/Changelog/style.css +++ b/Changelog/style.css @@ -136,20 +136,16 @@ a:hover{ .Title{ top: 75%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 2.5vw; display: flex; align-items: center; justify-content: center; color: white;} -.Line-a1{ - top: 70%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a2{ - top: 65%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a3{ - top: 60%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a4{ - top: 55%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a5{ - top: 50%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} +.Line-a1, .Line-a2, .Line-a3, .Line-a4, .Line-a5{ + top: 70%; + height: 5vh; + width: 100%; + font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; + font-size: 1.5vw; + display: flex; + align-items: center; + justify-content: center; + color: white;} .changelogdiv{ width: 100%; top: 25%; background-color: rgba(24, 24, 24, 0.5); text-align: center; display: inline-block; flex-wrap: wrap; align-items: center; position: fixed;} diff --git a/Details/style.css b/Details/style.css index 5aeeac8..b91cd44 100644 --- a/Details/style.css +++ b/Details/style.css @@ -136,20 +136,16 @@ a:hover{ .Title{ top: 75%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 2.5vw; display: flex; align-items: center; justify-content: center; color: white;} -.Line-a1{ - top: 70%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a2{ - top: 65%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a3{ - top: 60%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a4{ - top: 55%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} - -.Line-a5{ - top: 50%; height: 5vh; width: 100%; font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; font-size: 1.5vw; display: flex; align-items: center; justify-content: center; color: white;} +.Line-a1, .Line-a2, .Line-a3, .Line-a4, .Line-a5{ + top: 70%; + height: 5vh; + width: 100%; + font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; + font-size: 1.5vw; + display: flex; + align-items: center; + justify-content: center; + color: white;} .changelogdiv{ width: 100%; top: 25%; background-color: rgba(24, 24, 24, 0.5); text-align: center; display: inline-block; flex-wrap: wrap; align-items: center; position: fixed;}