Make the account page mobile friendly

This commit is contained in:
Dane Everitt
2018-06-16 16:43:52 -07:00
parent 4e4a183f48
commit ac7cefb83f
4 changed files with 19 additions and 8 deletions

View File

@@ -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.
*/