diff --git a/frontend/index.css b/frontend/index.css index bdb46b3..32acece 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -56,4 +56,14 @@ a { .fs-7 { font-size: .75rem !important; +} + +.mw-600 { + max-width: 600px; +} +.mw-900 { + max-width: 900px; +} +.mw-1200 { + max-width: 1200px; } \ No newline at end of file diff --git a/views/account_manage.html b/views/account_manage.html index d7c4d9a..be811b1 100644 --- a/views/account_manage.html +++ b/views/account_manage.html @@ -1,7 +1,7 @@ {% extends "layouts/main.html" %} {% block main %} -