Skip to content

Commit 9ac1db9

Browse files
committed
Merge pull request #2134 from Asizon/improving_cordova_logo
Cordova/Android: improving logo and text position
1 parent 0bb32cc commit 9ac1db9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,14 +964,15 @@ input[type="number"]::-webkit-inner-spin-button {
964964
background-image: url(../images/light-wide-2.svg);
965965
background-repeat: no-repeat;
966966
background-position: center 20px;
967+
background-position-x: 12px;
967968
background-size: 80%;
968969
height: 120px;
969970
position: relative;
970971
border-bottom: 1px solid rgba(0, 0, 0, 0.30);
971972
}
972973
#tab_logoversion .logo_text {
973974
display: block !important;
974-
left: 100px;
975+
left: 82px;
975976
top: 62px;
976977
}
977978

0 commit comments

Comments
 (0)