mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Remove duplicate css property
* Last one wins so remove the first one. * https://sonarcloud.io/project/issues?open=AZpWSq7yO74rjWmAOcwf&id=ansible_awx
This commit is contained in:
committed by
Chris Meyers
parent
e13fcfe29f
commit
838e67005c
@@ -28,7 +28,6 @@ body {
|
|||||||
.upper_div {
|
.upper_div {
|
||||||
background-color: #F8EBA7;
|
background-color: #F8EBA7;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|||||||
Reference in New Issue
Block a user