Difference between revisions of "Template:Open Science Global/mainStyles"

Line 19: Line 19:
 
       width: 100%;
 
       width: 100%;
 
     }
 
     }
 +
 +
custom-li{
 +
        font-family: Roboto !important;
 +
        font-weight: normal;
 +
        font-size: 1.3vw !important;
 +
        letter-spacing: 0.01em;
 +
        color: #000000;
 +
        text-align: justify;
 +
        margin-right: 40px;
 +
        margin-left: 40px;
 +
        margin-bottom: 5px;
 +
    }
 +
 +
.container {
 +
        height: auto;
 +
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        -webkit-box-orient: horizontal;
 +
        -webkit-box-direction: normal;
 +
        -ms-flex-direction: row;
 +
        flex-direction: row;
 +
        -ms-flex-pack: distribute;
 +
        justify-content: space-around;
 +
        -ms-flex-wrap: wrap;
 +
        flex-wrap: wrap;
 +
        -webkit-column-gap: 18px;
 +
        column-gap: 18px;
 +
        margin-left: 78px;
 +
}
 +
 +
.Subtitle {
 +
        display: -webkit-box;
 +
        display: -ms-flexbox;
 +
        display: flex;
 +
        gap: 28vw;
 +
        height: 20vh;
 +
        justify-content: center;
 +
        margin-left: 78px;
 +
}
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Revision as of 20:35, 21 October 2021