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 9646af6 commit ad613f2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,4 @@ 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 ad613f2

Please sign in to comment.