mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-10 21:28:34 -04:00
css class refactor
This commit is contained in:
parent
0239276644
commit
62c9d1b46f
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ const EmailConfirmationModal = ({
|
|||
onRequestClose={onRequestClose}
|
||||
>
|
||||
<div className="top-close-bar" />
|
||||
<div className="modal-middle-content">
|
||||
<div className="modal-main-content">
|
||||
<img
|
||||
className="modal-image"
|
||||
alt="email-confirmation-illustration"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
right: 5px;
|
||||
}
|
||||
|
||||
.modal-middle-content{
|
||||
.modal-main-content{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue