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 {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
body {
|
||||
|
@ -54,10 +54,10 @@ a:hover {
|
|||
.medium, .thumbnail {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
/* align-items: center; */
|
||||
}
|
||||
.info {
|
||||
text-align: center;
|
||||
/* text-align: center; */
|
||||
}
|
||||
.id {
|
||||
text-align: center;
|
||||
|
@ -80,3 +80,12 @@ a:hover {
|
|||
code {
|
||||
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