1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-30 18:24:29 +01:00

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

@ -36,7 +36,7 @@
min-height: 250px;
max-height: 400px;
overflow-x: hidden;
overflow-y: auto;;
overflow-y: auto;
}
.box img {
float: left;
@ -63,7 +63,7 @@
margin-right: auto;
max-width: 500px;
max-height: 300px;
}
}
.quoteofnow {
text-align: center;
font-size: 20px;
@ -72,7 +72,7 @@
.description {
text-align: center;
font-weight: bolder;
}
}
.boardlinksurl {
float: left;
margin-right: 100px;