main.scss: add img

This commit is contained in:
Aminda Suomalainen 2015-10-31 09:41:06 +02:00
parent af0578715c
commit 373f14c742
1 changed files with 8 additions and 0 deletions

View File

@ -87,3 +87,11 @@ $on-laptop: 800px;
table, td, th {
border: 1px solid black;
}
// Trying to make images look a little better
img {
margin-left: auto;
margin-right: auto;
width: 6em;
border: 1px solid black;
}