Skip to content

Commit 218639c

Browse files
committed
Fixing bg images at top of page
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 02fd051 commit 218639c

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

summit/css/static-summit-about-page.css

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,36 +486,42 @@ button.btn i, a.btn i {
486486

487487
.session span {
488488
width: 100%;
489-
height: 3em;
489+
min-height: 4em;
490+
height: auto;
490491
display: inline-block;
492+
margin-bottom: 10px;
491493
}
492494

493495
.session span.ai {
494-
background: url("../images/ai.svg") center top no-repeat;
496+
background: url("../images/ai.svg") center center no-repeat;
495497
}
496498

497499
.session span.cicd {
498-
background: url("../images/cicd.svg") center top no-repeat;
500+
background: url("../images/cicd.svg") center center no-repeat;
499501
}
500502

501503
.session span.container {
502-
background: url("../images/container.svg") center top no-repeat;
504+
background: url("../images/container.svg") center center no-repeat;
503505
}
504506

505507
.session span.edge {
506-
background: url("../images/edge.svg") center top no-repeat;
508+
background: url("../images/edge.svg") center center no-repeat;
507509
}
508510

509511
.session span.hpc {
510-
background: url("../images/hpc.svg") center top no-repeat;
512+
background: url("../images/hpc.svg") center center no-repeat;
511513
}
512514

513515
.session span.hybrid {
514-
background: url("../images/hybrid.svg") center top no-repeat;
516+
background: url("../images/hybrid.svg") center center no-repeat;
515517
}
516518

517519
.session span.nfv {
518-
background: url("../images/nfv.svg") center top no-repeat;
520+
background: url("../images/nfv.svg") center center no-repeat;
521+
}
522+
523+
.session span.cloud {
524+
background: url("../images/cloud.svg") center center no-repeat;
519525
}
520526

521527
.what-to-expect {

0 commit comments

Comments
 (0)