source: Farmatiko/ClientApp/src/app/dashboard/dashboard.component.css@ 785b8bd

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

Dashboards v0.1

  • Property mode set to 100644
File size: 203 bytes
Line 
1a.navbar-brand img {
2 width: 200px;
3}
4.wrapper {
5 display: flex;
6 justify-content: space-around;
7 padding-top: 50px;
8}
9
10.wrapper nav {
11 float: right;
12}
13
14table {
15 margin-top: 25px;
16}
Note: See TracBrowser for help on using the repository browser.