Make the account page mobile friendly
This commit is contained in:
parent
4e4a183f48
commit
ac7cefb83f
4 changed files with 19 additions and 8 deletions
|
@ -42,6 +42,13 @@ code {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Styling for elements that contain the core page content.
|
||||
*/
|
||||
.content-box {
|
||||
@apply .bg-white .p-6 .border .border-grey-light .rounded;
|
||||
}
|
||||
|
||||
/**
|
||||
* Flex boxes for server listing on user dashboard.
|
||||
*/
|
||||
|
|
Reference in a new issue