1234567891011121314151617181920212223 |
- body {
- padding-top: 70px;
- }
- footer {
- margin: 50px 0;
- }
- .no-text-select {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- /**
- ========================================================
- **/
- .navbar-brand {
- padding-right: 42px;
- }
- /**
- ========================================================
- **/
|