source: phonelux-frontend/src/components/HeaderComponent/HeaderComponent.css@ e5b84dc

Last change on this file since e5b84dc was e5b84dc, checked in by Marko <Marko@…>, 22 months ago

Prototype version

  • Property mode set to 100644
File size: 309 bytes
RevLine 
[dbd4834]1.header-component{
[dfd5d87]2 background-color: #B6E2C8;
3 display: flex;
4 justify-content: center;
5}
6
[dbd4834]7.header-component img{
[dfd5d87]8 width: 310px;
9 height: 200px;
[e5b84dc]10 margin-top: -65px;
11}
12
13.homepage-navbar-component{
14 width: 100%;
15 display: flex;
16 justify-content: end;
17 background-color: #B6E2C8;
[dfd5d87]18}
Note: See TracBrowser for help on using the repository browser.