mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
17 lines
169 B
SCSS
17 lines
169 B
SCSS
img {
|
|
display: block;
|
|
margin: {
|
|
right: auto;
|
|
left: auto;
|
|
};
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
hr {
|
|
margin: {
|
|
top: 3rem;
|
|
bottom: 3rem;
|
|
};
|
|
}
|