source: src/Clients/Angular/finki-chattery/src/app/shared-app/components/generic/header/header.component.scss@ caaf82d

dev
Last change on this file since caaf82d was caaf82d, checked in by Стојков Марко <mst@…>, 3 years ago

Responsivness fix

  • Property mode set to 100644
File size: 188 bytes
Line 
1.right {
2 flex: 1 1 auto;
3}
4
5.search-questions {
6 width: 60%;
7 margin: auto;
8}
9
10
11@media only screen and (max-width: 600px) {
12 .search-questions {
13 width: 100%;
14 margin: 0;
15 }
16}
Note: See TracBrowser for help on using the repository browser.