1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

applied table updates. styling images.

This commit is contained in:
Kyle Spearrin
2017-05-25 09:27:58 -04:00
parent 846f7fec3a
commit 1063fe0b2b
2 changed files with 26 additions and 4 deletions

View File

@@ -282,9 +282,11 @@ footer {
font-size: 16px;
}
.img-tag {
max-width: 600px;
max-height: 600px;
@media (min-width: $screen-sm-min) {
.img-tag {
max-width: 600px;
max-height: 600px;
}
}
.panel-body > ol {
@@ -330,7 +332,7 @@ footer {
opacity: 0;
margin-left: 5px;
@media (max-width: 767px) {
@media (max-width: $screen-sm-max) {
display: none !important;
}
}