Pixel adjustment

This commit is contained in:
zandercymatics 2024-05-15 11:28:56 -06:00
parent 6c5e05f89b
commit b2e52b5267
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 7 additions and 1 deletions

View file

@ -175,7 +175,7 @@ abbr[title] {
@media (min-width: 800px){
.overlapped-full-name-field {
position: absolute;
top: 325px;
top: 337px;
background-color: white;
padding-right: 8px;
}

View file

@ -17,6 +17,12 @@ fieldset.registrar-fieldset__contact {
padding-bottom: 0;
}
@media (min-width: 800px) {
fieldset.registrar-fieldset__contact {
margin-top: 28px;
}
}
@media (max-width: 800px){
fieldset.registrar-fieldset__contact {
padding: 0;