Skip to content

Commit

Permalink
css change
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287687 committed Apr 27, 2024
1 parent efde1d5 commit 584733d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/Participation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Participation = ({ goTo }) => {
return (
<main className="Participation-container">
<div>
<Typography sx={{ textAlign: 'center', fontSize:'2em', margin:'0 0 0.3em 0 !important', color:'#8f95fd' }}>
<Typography id="participationTitle" sx={{ textAlign: 'center', fontSize:'2em', margin:'0 0 0.3em 0 !important', color:'#8f95fd' }}>
<FormattedMessage id="participationTitle" />
</Typography>

Expand Down
24 changes: 4 additions & 20 deletions webapp/src/css/participation.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
.Participation-container {
margin-top: 50px;
display: flex;
flex-direction: column;
gap: 10px;
}

.Participation-title {
color: #8f95fd;
padding: 0 1em;
text-align: center;
font-size: 1.4em;
}

.Participation-text {
font-size: 1.4em;
text-align: center;
line-height: 1;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
.tablePost {
font-size: 0.8rem;
}
.Participation-text{
width: 100vmin;
}
#participationTitle{
padding-top: 60px;
}
}

0 comments on commit 584733d

Please sign in to comment.