generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c49ec5
commit d54bb1b
Showing
4 changed files
with
42 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 9 additions & 25 deletions
34
FrontEnd/src/pages/SearchPage/SearchField/SearchResults.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,19 @@ | ||
.new-companies-block { | ||
margin-top: 10px; | ||
padding: 0 8%; | ||
|
||
} | ||
|
||
|
||
.col { | ||
flex: 0 0 auto; | ||
margin-bottom: 32px; | ||
width: 375px; | ||
padding: 18px 0px 38px 0px; | ||
} | ||
|
||
|
||
@media (max-width: 768px) { | ||
.col { | ||
max-width: 100%; | ||
flex-basis: 100%; | ||
@media only screen and (min-width: 768px) { | ||
.new-companies-block { | ||
width: 768px; | ||
} | ||
} | ||
|
||
@media (min-width: 769px) and (max-width: 1512px) { | ||
.col { | ||
max-width: 50%; | ||
flex-basis: 50%; | ||
} | ||
} | ||
|
||
|
||
@media (min-width: 1513px) { | ||
.custom-col { | ||
max-width: 25%; | ||
flex-basis: 25%; | ||
@media only screen and (min-width: 1512px) { | ||
.new-companies-block { | ||
width: 1304px; | ||
height: 365px; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters