minor changes

This commit is contained in:
Gianmarco Pettinato 2021-10-14 09:57:45 +02:00
parent 274b2166dc
commit 495ed5ce14
2 changed files with 0 additions and 16 deletions

View File

@ -98,15 +98,8 @@
margin: auto;
text-align: justify;
width: 80%;
// -webkit-hyphens: auto;
// -moz-hyphens: auto;
// -ms-hyphens: auto;
// hyphens: auto;
}
ul{
background-color: red;
}
img{

View File

@ -74,7 +74,6 @@
text-align: center;
width: 90%;
border-radius: 10px;
margin-bottom: 10px;
padding-top: 2vh;
padding-bottom: 2vh;
background-color: $cultured;
@ -119,13 +118,5 @@
max-width: $cv-max-width;
width: 80vw;
}
// .job-content{
// flex-wrap: unset;
// }
// .text-content{
// width: 35vw;
// }
}
</style>