Skip to content
Permalink
Browse files
Small style changes
  • Loading branch information
sultanh5 committed Jul 21, 2020
1 parent 39b7f63 commit 73c24860c57d1643ff240aacf7500ff9789d02b7
Showing 1 changed file with 81 additions and 0 deletions.
@@ -227,3 +227,84 @@ td:last-child {
width: 10vw;
text-align: right;
}

.cv-container{
margin-left: 5%;
margin-right: 5%;
float: left;
width: 100%;
overflow-x: hidden;
}

.cv-small{
float: left;
background-color: gray;
margin-top: 5%;
margin-right: 5%;
width: 300px;
height: 175px;
overflow-y: scroll;
}


#cv-small-view{
margin-top: 5%;
margin-left: 27%;
margin-bottom: 15px;
margin-right: 1%;
background: none;
border-color: black ;
}

#cv-small-email{
margin-top: 2%;
background: none;
border-color: black ;
}

#cv-small-email-a, #cv-big-email-a{
color: black;
text-decoration: black;
}
#cv-small-email-a:hover{
color: white;
}


#cv-big-email-a:hover{
color: gray;
}

#cv-small-view:hover{
color: white;
}

#cv-small-summary{
color: white;
font-size: inherit;
}

#cv-small-title{
text-align: center;
}

#cv-big-container{
margin-left: 20%;
margin-top: 5%;
}

#cv-longfield{
width: 60%;
}

#features-container{
margin-left: 5%;

margin-top: 2%;
}


#features-container > ul > li{
margin-left: 5%

}

0 comments on commit 73c2486

Please sign in to comment.