source: Farmatiko/ClientApp/src/app/nav-menu/nav-menu.component.css@ 822c59d

Last change on this file since 822c59d was 822c59d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 249 bytes
Line 
1a.navbar-brand {
2 white-space: normal;
3 text-align: center;
4 word-break: break-all;
5}
6
7html {
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.