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

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

Frontend adjustments for prototype

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