File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments