Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TellToldTold committed May 29, 2024
1 parent e3d3d05 commit 3ebe97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions pages/People/Professionals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ export default function Professionals() {
<div className={styles.faculty__right}>
<text className={styles.faculty__right__subtitle}>SOMETHING</text>
<text className={styles.faculty__right__title}>FACULTY ADVISOR</text>
<text className={styles.faculty__right__text}>LOREM IPSUM ... The IEEE-Eta Kappa Nu HKN PoliTo
chapter was awarded among 253 selected chapters
around the world, alongside universities such as
the Massachusetts Institute of Technology (MIT)
and UCLA.
<text className={styles.faculty__right__text}>Paolo Montuschi (full professor, IEEE Fellow) is currently serving as Vice-Rector for 2030 Digitalization and IT Strategies. He is the editor-in-chief of the IEEE Transactions on Emerging Topics in Computing and a member of both the IEEE Awards Board and IEEE PSPB. In 2017 he mentored the installment of the Mu Nu HKN Chapter, the first to be activated in Europe.
</text>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions styles/People/Professionals.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@

&__text {
font-weight: 300;
font-size: 22px;
font-size: 20px;
padding-top: 20px;

@media (max-width: 920px) {
font-size: 16px;
font-size: 15px;
}

@media (max-width: 630px) {
Expand Down

0 comments on commit 3ebe97a

Please sign in to comment.