mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
Change css to move top square to left
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
left: 2em;
|
||||
top: 0;
|
||||
transform: translate(-50%, 0);
|
||||
width: 3.5vh;
|
||||
|
||||
@@ -104,6 +104,6 @@
|
||||
position: absolute;
|
||||
top: 4vh;
|
||||
left: 50%;
|
||||
width: 75%;
|
||||
width: 100%;
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user