46 lines
No EOL
782 B
CSS
46 lines
No EOL
782 B
CSS
.about {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.about img[src="./assets/favicon@512.png"] {
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
height: 100px;
|
|
max-height: 50vw;
|
|
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
filter: drop-shadow(currentColor 0px 0px 1px) drop-shadow(currentColor 0px 0px 1px) drop-shadow(currentColor 0px 0px 1px);
|
|
}
|
|
/*
|
|
#result-panel-dialog .about img[src="./assets/favicon@512.png"] {
|
|
display: none;
|
|
}*/
|
|
|
|
.about h1 {
|
|
font-weight: normal;
|
|
font-size: 2em;
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.about h1 small {
|
|
display: block;
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.about a {
|
|
color: inherit;
|
|
}
|
|
|
|
.about hr {
|
|
border: none;
|
|
height: 50px;
|
|
}
|
|
|
|
.about p {
|
|
line-height: 1.5;
|
|
} |