Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
change overrall page style
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocfrancisco committed Dec 9, 2024
1 parent 528eda3 commit f2c5791
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 1 addition & 3 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ footer a {
color: grey;
font-size: large;
font-weight: 700;
margin-right: 10px;
margin-top: 30px;
margin-bottom: 30px;
margin: 1rem;
text-decoration: none;
}

Expand Down
1 change: 1 addition & 0 deletions css/games.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-flow: wrap row;
justify-content: center;
padding: 0rem 1rem 0rem 1rem;
}

.game {
Expand Down
2 changes: 1 addition & 1 deletion css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
padding: 0rem 2rem 0rem 2rem;
background-color: #000000;
margin-left: 10px;
}
Expand Down
10 changes: 3 additions & 7 deletions css/music.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 2rem;
}

.album {
Expand All @@ -20,20 +21,15 @@
}

.album h3 {
font-size: 2rem;
font-size: 1.5rem;
color: #e9e9e9;
text-align: center;
margin: 0;
padding: 1rem;
text-decoration: underline;
}

.album h4 {
font-size: 1.5rem;
font-size: 1.3rem;
color: #b1b1b1;
text-align: center;
margin: 0;
padding: 1rem;
}

.album a {
Expand Down

0 comments on commit f2c5791

Please sign in to comment.