source: phonelux-frontend/src/components/PhoneCardGridComponent/PhoneCardGridComponent.css

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

Prototype version

  • Property mode set to 100644
File size: 315 bytes
Line 
1
2
3.phonecardgrid-wrapper{
4 background-color: #DEE4E1;
5}
6
7
8.phonecardgrid-grid-container{
9 width: fit-content;
10}
11
12.phonecardgrid-item{
13 display: flex;
14 justify-content: center;
15}
16
17.pagination-wrapper{
18 margin-top: 40px;
19 padding-bottom: 40px;
20 display: flex;
21 justify-content: center;
22}
23
24
25
Note: See TracBrowser for help on using the repository browser.