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

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

Homepage, login and register components added

  • Property mode set to 100644
File size: 194 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
Note: See TracBrowser for help on using the repository browser.