Skip to content

Commit 8b70a5e

Browse files
Update style
1 parent 0e81324 commit 8b70a5e

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

assets/style.css

+5-18
Original file line numberDiff line numberDiff line change
@@ -422,28 +422,15 @@ td {
422422
display: inline-block;
423423
}
424424

425-
/* Hack to get middle logo on*/
426-
.middle-logo {
427-
content: '';
428-
background: url("../assets/logos/logo_IRIS-HEP.png") no-repeat;
429-
background-size: 100% 100%;
430-
width: 196px;
431-
height: 108px;
432-
position: absolute;
433-
bottom: 1.8em;
434-
left: 25em;
435-
display: inline-block;
436-
}
437-
438-
/* Even worse hack to get another logo on */
439425
.title-slide:before {
440426
content: '';
441-
background: url("../assets/logos/logo_IRIS-HEP.png") no-repeat;
427+
/* background: url("https://iris-hep.org/assets/logos/pyhf-logo.png") no-repeat; */
428+
background: url("../assets/logos/logo_ATLAS.png") no-repeat;
442429
background-size: 100% 100%;
443-
width: 196px;
444-
height: 108px;
430+
width: 243px;
431+
height: 128px;
445432
position: absolute;
446-
bottom: 1.8em;
433+
bottom: 0.8em;
447434
right: 3.3em;
448435
display: inline-block;
449436
}

0 commit comments

Comments
 (0)