mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
Pixel adjustment
This commit is contained in:
parent
6c5e05f89b
commit
b2e52b5267
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue