File size: 481 Bytes
25edd52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* .portfolio_items {
  background-color: red;
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  flex-wrap: wrap !important;
} */

.portfolio_items {
  border: none;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-left: auto;
}

.portfolio_items > div {
  text-align: left;
  width: 16rem;
  min-width: 16rem;
  background-color: white !important;
}

@media (max-width: 991px) {
  .portfolio_items {
    justify-content: center;
  }
}