12 lines
157 B
SCSS
12 lines
157 B
SCSS
|
#profile-header-media {
|
||
|
clear: both;
|
||
|
display: block;
|
||
|
.pull-left {
|
||
|
float: none !important;
|
||
|
clear: both;
|
||
|
img {
|
||
|
width: 100%
|
||
|
}
|
||
|
}
|
||
|
}
|