Skip to content

Commit

Permalink
mobile view fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkurelli committed Jan 14, 2024
1 parent a496b42 commit bf9dfcc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/components/EventDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ const EventDetails = () => {
</p>
<div className="register-box">
<p className="register-description">
Start: January 27, 5 PM @ Rashid Auditorium<br></br>
End: January 28, 5 PM @ Rashid Auditorium<br></br>
Start: Jan. 27, 5 PM <br></br>
End: Jan. 28, 5 PM <br></br>
@ Rashid Auditorium<br></br>
</p>
<iframe src="https://discord.com/widget?id=1099870874594705539&theme=dark" width="500" height="400" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/components/Past.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const year2023 = () => {
<div className="row">
<div className="row two">
<div className="past-image">
<img src={awap23} height="300" alt="sponsors" />
<img src={awap23} alt="sponsors" />
</div>
</div>
<div className="row one">
Expand All @@ -36,7 +36,7 @@ const year2022 = () => {
<div className="row">
<div className="row two">
<div className="past-image">
<img src={awap22} height="300" alt="sponsors" />
<img src={awap22} alt="sponsors" />
</div>
</div>
<div className="row one">
Expand Down Expand Up @@ -64,7 +64,7 @@ const year2021 = () => {
<div className="row">
<div className="row two">
<div className="past-image">
<img src={awap21} height="300" alt="sponsors" />
<img src={awap21} alt="sponsors" />
</div>
</div>
<div className="row one">
Expand All @@ -90,7 +90,7 @@ const year2019 = () => {
<div className="row">
<div className="row two">
<div className="past-image">
<img src={awap19} height="300" alt="sponsors" />
<img src={awap19} alt="sponsors" />
</div>
</div>
<div className="row one">
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Past.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

.past-image {
width: fit-content;
height: fit-content;
/* height: fit-content; */
}

.past-info-box {
Expand Down
2 changes: 2 additions & 0 deletions src/styles/Register.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
margin: auto;
padding: 10px 100px;
border-radius: 8px;
align-items: stretch
}

.register-description {
/* width: */
font-size: larger;
font-weight: bolder;
text-align: center;
Expand Down

0 comments on commit bf9dfcc

Please sign in to comment.