Merged PR 2268: adjusted styling tto center vertically dynamically
adjusted styling tto center vertically dynamically Related work items: #22659
This commit is contained in:
@@ -2671,8 +2671,12 @@ dd.govuk-summary-list__value.govuk-\!-font-size-14.govuk-summary-list__action {
|
||||
outline: 0;
|
||||
top: 30%;
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
top: 35%;
|
||||
&.aiModal {
|
||||
top: calc(5%);
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
top: calc(5%)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user