Skip to content

Commit

Permalink
finalizacao
Browse files Browse the repository at this point in the history
  • Loading branch information
HipolitoDeveloper committed May 21, 2021
1 parent 776ef1e commit 2a647c7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/app/screen/home/home.component.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
a:click {
background: none;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}



.container {
background-color:white;
height: 100vh;
Expand Down Expand Up @@ -97,6 +86,7 @@ a:click {
}

.to-rent-text {
width: 30%;
display: flex;
flex-direction: column;
}
Expand Down Expand Up @@ -274,6 +264,16 @@ button {
font-size: 8px;
}

.model-text {
font-size: 20px;

}

.information-text {
font-size: 12px;

}

.rented-date{
font-size: 12px;
}
Expand Down

0 comments on commit 2a647c7

Please sign in to comment.