mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Fix for mobile
This commit is contained in:
11
public/css/custom.css
vendored
11
public/css/custom.css
vendored
@@ -1,3 +1,12 @@
|
||||
.word-wrap {
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.calendar {
|
||||
margin-top: 50px;
|
||||
}
|
||||
@@ -159,6 +168,8 @@
|
||||
|
||||
.modal-lg {
|
||||
max-width: 85%;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user