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

Last change on this file since ec6ac45 was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Adjusments

  • Property mode set to 100644
File size: 289 bytes
RevLine 
[30a465f]1a.navbar-brand {
2 white-space: normal;
3 text-align: center;
4 word-break: break-all;
5}
6
[ec6ac45]7a.navbar-brand img {
8 width: 200px;
9}
10
[30a465f]11html {
12 font-size: 14px;
13}
14@media (min-width: 768px) {
15 html {
16 font-size: 16px;
17 }
18}
19
20.box-shadow {
21 box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
22}
Note: See TracBrowser for help on using the repository browser.