convert some tags to classes instead of ids. Add margin: 0 auto so that monitor images are centered

This commit is contained in:
Isaac Connor 2020-01-05 17:30:51 -05:00
parent 00f8a450de
commit 377805dce0
1 changed files with 4 additions and 6 deletions

View File

@ -40,14 +40,11 @@
margin: 4px auto 6px;
}
#topPanel #imagePanel
{
width: 50%;
float: left;
#topPanel .imagePanel {
text-align: right;
}
#topPanel #image {
#topPanel .image {
margin: 0 auto;
text-align: right;
margin-right: 2px;
@ -57,7 +54,7 @@
width: 100%;
}
#topPanel #image img {
#topPanel .image img {
width: auto;
max-width: 100%;
height: 100%;
@ -66,6 +63,7 @@
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
}
#topPanel #dataPanel {