Difference between revisions of "Template:TAS Taipei/CSS4"

Line 126: Line 126:
  
 
@media screen and (max-width: 1020px) {
 
@media screen and (max-width: 1020px) {
 +
    .cv {
 +
        padding-left: 22vw !important;
 +
    }
 
     .return {
 
     .return {
 
         z-index: 999;
 
         z-index: 999;
Line 677: Line 680:
 
#animation{
 
#animation{
 
float: right;
 
float: right;
 +
}
 +
 +
.cv {
 +
    width: 99.25% !important;
 +
    margin: 0px;
 +
    background: #FAFAFA;
 +
    =position: relative;
 +
    z-index: 3;
 +
    box-shadow: 100px 0px 0 0px #A6BCA2;
 +
    padding-top: 2vh !important;
 +
    padding-left: 15vw;
 +
    padding-right: 10%;
 +
}
 +
 +
.cv>header>h1,
 +
.cv>section>div>h1 {
 +
    font-family: 'Product Sans', sans-serif !important;
 
}
 
}

Revision as of 15:19, 28 September 2017