mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-11 09:23:36 +01:00
11 lines
157 B
SCSS
11 lines
157 B
SCSS
#profile-header-media {
|
|
clear: both;
|
|
display: block;
|
|
.pull-left {
|
|
float: none !important;
|
|
clear: both;
|
|
img {
|
|
width: 100%
|
|
}
|
|
}
|
|
}
|