Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SemiRain committed Jan 9, 2019
1 parent 7fcb7fe commit a90494c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,20 @@ img[src*='#right'] {
img[src*='#center'] {
display: block;
margin: auto;
}
img[src*='#regular'] {
max-width: 400px;
}
img[src*='#rleft'] {
float: left;
max-width: 400px;
}
img[src*='#rright'] {
float: right;
max-width: 400px;
}
img[src*='#rcenter'] {
max-width: 400px;
display: block;
margin: auto;
}

0 comments on commit a90494c

Please sign in to comment.