[O] Use absolute positioning to center what's in the center

This commit is contained in:
Hykilpikonna
2019-10-01 19:33:11 -04:00
parent 5bc1d6ba48
commit 53ae74f9c4
+5 -1
View File
@@ -18,7 +18,11 @@
#sign-out-button
{
float: right;
// Float right
position: absolute;
right: 0;
// Set width and height
height: 60px;
width: 110px;
}