10 lines
94 B
CSS
10 lines
94 B
CSS
.Technology {
|
|
|
|
&.m {
|
|
height: 30px;
|
|
}
|
|
|
|
&.l {
|
|
height: 50px;
|
|
}
|
|
}
|