38 lines
473 B
SCSS
38 lines
473 B
SCSS
@import 'styles_config';
|
|
|
|
.aboutcontent {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.aboutcontent .boxedcontent{
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.about_circles {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.about_bfb {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
min-height: 230px;
|
|
height: auto;
|
|
}
|
|
|
|
padding: 4rem !important;
|
|
}
|
|
|
|
.about_circles {
|
|
|
|
a { margin: 5px 0; }
|
|
|
|
.iconbutton_light span {text-align: left;}
|
|
|
|
}
|