Update style.css
This commit is contained in:
parent
0f2bc1f0bf
commit
b25eb4288d
15
s/style.css
15
s/style.css
|
@ -1,5 +1,5 @@
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
max-height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
@ -54,10 +54,10 @@ a:hover {
|
||||||
.medium, .thumbnail {
|
.medium, .thumbnail {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
/* align-items: center; */
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
text-align: center;
|
/* text-align: center; */
|
||||||
}
|
}
|
||||||
.id {
|
.id {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -80,3 +80,12 @@ a:hover {
|
||||||
code {
|
code {
|
||||||
color: #9df943;
|
color: #9df943;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
margin-bottom: 0px;
|
||||||
|
background-color: rgba(34, 34, 34, 0.61);
|
||||||
|
border: 5px solid #383838;
|
||||||
|
border-radius: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user