Skip to content

Commit

Permalink
Update cv-styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisaFZ authored Jul 5, 2024
1 parent 616f1ed commit eb315d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions css/cv-styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
body {
background-color: lavender;
font-size: min(2vw, 30px);
}
h1{
color: #34626c;
Expand All @@ -13,16 +12,10 @@
a{
color:#5c6e91;
text-decoration: none;
font-size: min(2vw, 30px);
}

a:hover{
color: silver;
font-size: min(2vw, 30px);
}

p{
font-size: min(2vw, 30px);
}

hr{
Expand All @@ -37,11 +30,9 @@
table, th, td {
border: 0 solid gray;
padding: 5px;
font-size: min(2vw, 30px);
}
table {
border-spacing: 5px;
font-size: min(2vw, 30px);
}
/* classes
*/
Expand All @@ -52,7 +43,6 @@

.copyright-text{
text-align: center;
font-size: min(2vw, 30px);
}
/* Syntax in css
Expand Down

0 comments on commit eb315d6

Please sign in to comment.