21 lines
460 B
CSS
21 lines
460 B
CSS
.FunctionComponent__top {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
flex-direction: column;
|
|
word-wrap: break-word;
|
|
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .25);
|
|
border: 1px solid black;
|
|
border-radius: 1rem;
|
|
margin-top: 30px;
|
|
}
|
|
.FunctionComponent__title {
|
|
margin: 0;
|
|
}
|
|
.FunctionComponent__description {
|
|
word-break: break-all;
|
|
margin-bottom: 0;
|
|
}
|
|
.FunctionComponent__slide {
|
|
margin-top: 30px;
|
|
} |