Skip to content

Commit c772ca7

Browse files
committed
Some styling improvements
1 parent 5a62994 commit c772ca7

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

bakeup/static/css/project.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13524,4 +13524,9 @@ textarea {
1352413524
position: fixed;
1352513525
z-index: 10;
1352613526
}
13527+
.block-image img {
13528+
width: 100% !important;
13529+
height: auto;
13530+
float: none !important;
13531+
}
1352713532
}

bakeup/static/css/project.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bakeup/static/sass/project.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,4 +790,11 @@ textarea {
790790
position:fixed;
791791
z-index: 10;
792792
}
793+
.block-image {
794+
img {
795+
width: 100%!important;
796+
height: auto;
797+
float: none!important;
798+
}
799+
}
793800
}

0 commit comments

Comments
 (0)