Last change
on this file since b36a754 was 822c59d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
249 bytes
|
Rev | Line | |
---|
[822c59d] | 1 | a.navbar-brand {
|
---|
| 2 | white-space: normal;
|
---|
| 3 | text-align: center;
|
---|
| 4 | word-break: break-all;
|
---|
| 5 | }
|
---|
| 6 |
|
---|
| 7 | html {
|
---|
| 8 | font-size: 14px;
|
---|
| 9 | }
|
---|
| 10 | @media (min-width: 768px) {
|
---|
| 11 | html {
|
---|
| 12 | font-size: 16px;
|
---|
| 13 | }
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | .box-shadow {
|
---|
| 17 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.