
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
.div {
width: 100%;
height: 200px;
padding: 30px;
background-color: #e5e5e5;
}
.footer {
width: 100%;
margin: 0 auto;
}
h1 {
font-size: 2rem;
padding-bottom: 1rem;
}
.email,
.call {
height: 1rem;
line-height: 1rem;
display: flex;
justify-content: space-between;
margin-top: 2rem;
margin-bottom: 10px;
}
.email i,
.call i {
margin-right: 1rem;
}
.call-div {
width: 50%;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
/* width: 30%; */
}
.email p {
flex: 0 0 99%;
font-size: 1.5rem;
}
.call p {
flex: 0 0 70%;
font-size: 1.5rem;
}
.call img {
margin-top: -20px;
margin-left: -30px;
width: 200px;
height: 30px;
}