Changed the styling of modals
This commit is contained in:
parent
e93c06055d
commit
bdca7dc5fb
@ -256,7 +256,7 @@
|
||||
<div class="modal-content">
|
||||
<form action="php/register.php" method="post">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="registerLabel">register</h5>
|
||||
<h5 class="modal-title" id="registerLabel">Register</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,8 +18,12 @@
|
||||
@media (max-width: 483px)
|
||||
#logInModal, #registerModal
|
||||
.mb-3
|
||||
width: 100%
|
||||
width: 90%
|
||||
.modal-footer
|
||||
div
|
||||
margin-bottom: 10px;
|
||||
text-align: center
|
||||
button
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
margin-left: 10%
|
||||
margin-right: 10%
|
||||
@ -177,13 +177,18 @@ video {
|
||||
|
||||
@media (max-width: 483px) {
|
||||
#logInModal .mb-3, #registerModal .mb-3 {
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
}
|
||||
#logInModal .modal-footer, #registerModal .modal-footer {
|
||||
text-align: center;
|
||||
}
|
||||
#logInModal .modal-footer div, #registerModal .modal-footer div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#logInModal .modal-footer button, #registerModal .modal-footer button {
|
||||
width: 100%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user