fix: images and other media doesn't get scaled 100% width
This commit is contained in:
@@ -34,9 +34,19 @@ hr {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
audio,canvas,img,video {
|
||||
width: 100%;
|
||||
vertical-align: middle
|
||||
img {
|
||||
margin: 10px auto 10px auto;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
@@ -110,6 +120,18 @@ h6 {
|
||||
font-size: .9rem
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px
|
||||
}
|
||||
|
Reference in New Issue
Block a user