source:
Farmatiko/ClientApp/src/app/nav-menu/nav-menu.component.css@
4e72684
Last change on this file since 4e72684 was 785b8bd, checked in by , 4 years ago | |
---|---|
|
|
File size: 290 bytes |
Rev | Line | |
---|---|---|
[30a465f] | 1 | a.navbar-brand { |
2 | white-space: normal; | |
3 | text-align: center; | |
4 | word-break: break-all; | |
5 | } | |
6 | ||
[785b8bd] | 7 | a.navbar-brand img { |
8 | width: 200px; | |
9 | } | |
[ec6ac45] | 10 | |
[30a465f] | 11 | html { |
12 | font-size: 14px; | |
13 | } | |
[46c298d] | 14 | |
[30a465f] | 15 | @media (min-width: 768px) { |
16 | html { | |
17 | font-size: 16px; | |
18 | } | |
19 | } | |
20 | ||
21 | .box-shadow { | |
22 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); | |
23 | } |
Note:
See TracBrowser
for help on using the repository browser.