Skip to content
Snippets Groups Projects
Select Git revision
  • 379282a72b4d14f1b2caab1d2c08ead4b9fed5cb
  • main default
2 results

Graph.css

Blame
  • Graph.css 384 B
    .graph-title{
        display: inline-block;
        text-align: center;
    }
    
    .graph{
        height: 100%;
        width: 100%;
        display: inline-block;
    }
    
    #graph-avg-graph {
        border: none;
        background: none;
        color: inherit;
        font-style: italic;
        font-size: 0.8rem;
        font-weight: lighter;
        margin-top: -1.5rem;
    }
    
    #graph-avg-graph:hover {
        text-decoration-line: underline;
    }