Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAundre authored Oct 5, 2023
1 parent bc1b013 commit bab038f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
24 changes: 10 additions & 14 deletions Changelog/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down
24 changes: 10 additions & 14 deletions Details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit bab038f

Please sign in to comment.