17 lines
169 B
SCSS
17 lines
169 B
SCSS
|
|
.text-title {
|
||
|
|
font-size: 0.9rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.centeritems{
|
||
|
|
place-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.imgNormal{
|
||
|
|
height: 80px;
|
||
|
|
width: 80px;
|
||
|
|
}
|
||
|
|
.imgSmall{
|
||
|
|
height: 50px;
|
||
|
|
width: 50px;
|
||
|
|
}
|