Update index.css

Fixed some errors and replaced lines started with 4 spaces for a tab, some lines started with a tab already so why not make it consistent.
This commit is contained in:
panfu28 2020-12-11 23:02:44 -03:00 committed by GitHub
parent d6d1082991
commit f91cbc16f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@
} }
.mainBox { .mainBox {
background: transparent; background: transparent;
border: 1px solid #008080; border: 1px solid #008080;
width: 100%; width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
} }
.mainBox h2 { .mainBox h2 {
background: #59A; background: #59A;
@ -31,12 +31,12 @@
} }
.box.image { .box.image {
background: transparent; background: transparent;
border: none; border: none;
width: 100%; width: 100%;
min-height: 250px; min-height: 250px;
max-height: 400px; max-height: 400px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto;; overflow-y: auto;
} }
.box img { .box img {
float: left; float: left;
@ -46,34 +46,34 @@
border-radius: 10px; border-radius: 10px;
} }
.icon { .icon {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 100px; max-width: 100px;
} }
.imageofnow { .imageofnow {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 300px; max-width: 300px;
} }
.videoofnow { .videoofnow {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 500px; max-width: 500px;
max-height: 300px; max-height: 300px;
} }
.quoteofnow { .quoteofnow {
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
font-family: -WEBKIT-PICTOGRAPH; font-family: -WEBKIT-PICTOGRAPH;
} }
.description { .description {
text-align: center; text-align: center;
font-weight: bolder; font-weight: bolder;
} }
.boardlinksurl { .boardlinksurl {
float: left; float: left;
margin-right: 100px; margin-right: 100px;
} }