16 lines
194 B
CSS
Executable file
16 lines
194 B
CSS
Executable file
.Technology {
|
|
position: relative;
|
|
align-items: center;
|
|
|
|
&.s img {
|
|
height: 15px;
|
|
}
|
|
|
|
&.m img {
|
|
height: 30px;
|
|
}
|
|
|
|
&.l img {
|
|
height: 50px;
|
|
}
|
|
}
|