Create custom.css

This commit is contained in:
tobid7 2021-07-23 12:28:52 +02:00 committed by GitHub
parent da498451c2
commit 4f1b5ee53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
Docs/custom.css Normal file
View File

@ -0,0 +1,13 @@
#projectlogo img{
max-height: 70px;
}
img[src="logotype.svg"]{
width:10cm;
}
div.contents{
max-width: 85%;
margin-left: 2%;
}
.textblock h1{
border-bottom: 1px solid #666;
}