[O] Use absolute positioning to center what's in the center
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
|
||||
#sign-out-button
|
||||
{
|
||||
float: right;
|
||||
// Float right
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
// Set width and height
|
||||
height: 60px;
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user