Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge dev into master #7

Merged
merged 5 commits into from
Feb 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improved responsiveness of second page text
  • Loading branch information
jarvis09-yann committed Feb 16, 2024
commit 3e93e616095f2781ebd130acae5cd97dfd1fa1c3
13 changes: 8 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -125,26 +125,29 @@ a {
}

#row-container {
height: 100%;
width: 100%;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
align-content: center;
}

.row {
flex: 0 1 auto;
width: 500px;
height: 350px;
margin: 0;
margin-bottom: 5vh;
text-align: center;
}

.row h3 {
font-size: 2.5vw;
font-size: 32px;
margin-bottom: 0;
text-decoration: underline;
}

.row p {
font-size: 2vw;
font-size: 24px;
text-align: justify;
}

@@ -161,14 +164,14 @@ a {

#footer {
bottom: 0;
left: 0;
padding: 20px;
width: 100%;
display: flex;
text-align: center;
flex-direction: column;
justify-content: center;
opacity: 0.7;
margin-top: 5vh;
}

.note {