Add a logo
This commit is contained in:
parent
5339c442b7
commit
b1009fa109
18 changed files with 240 additions and 112 deletions
|
|
@ -1,3 +1,30 @@
|
|||
a.wisskilink {
|
||||
color: blue !important;
|
||||
}
|
||||
|
||||
img.biglogo {
|
||||
display: block;
|
||||
|
||||
width: 80vw;
|
||||
height: 80vw;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 600px) {
|
||||
img.biglogo {
|
||||
float: right;
|
||||
|
||||
/* set a reasonable size */
|
||||
width: 33vw;
|
||||
height: 33vw;
|
||||
|
||||
/* but don't overdo it */
|
||||
max-width: 20em;
|
||||
max-height: 20em;
|
||||
|
||||
|
||||
/* place image next to the image, overlapping the crumbs bar */
|
||||
position: relative;
|
||||
top: -9em;
|
||||
margin-bottom: -9em;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue