source: Farmatiko/ClientApp/src/app/nav-menu/nav-menu.component.css@ 46c298d

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

Format code

  • Property mode set to 100644
File size: 296 bytes
Line 
1a.navbar-brand {
2 white-space: normal;
3 text-align: center;
4 word-break: break-all;
5}
6
7 a.navbar-brand img {
8 width: 200px;
9 }
10
11html {
12 font-size: 14px;
13}
14
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.