Change css to move top square to left

This commit is contained in:
2018-03-25 06:20:15 +05:30
parent 4a6cf6d8af
commit cb810e689b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
.icon { .icon {
position: absolute; position: absolute;
left: 50%; left: 2em;
top: 0; top: 0;
transform: translate(-50%, 0); transform: translate(-50%, 0);
width: 3.5vh; width: 3.5vh;
+1 -1
View File
@@ -104,6 +104,6 @@
position: absolute; position: absolute;
top: 4vh; top: 4vh;
left: 50%; left: 50%;
width: 75%; width: 100%;
transform: translate(-50%, 0); transform: translate(-50%, 0);
} }