Skip to content

Commit

Permalink
Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo committed Jan 26, 2024
1 parent 984f36e commit 85273cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
.links {
position: absolute;
top: 50%;
left: 0;
left: 80%;
transform: translate(-50%, -50%);
}

.link {
margin: 5px;
padding: 10px 20px;
background-color: #414141;
background: none;
color: #ffffff;
text-decoration: none;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
font-size: 22px;
display: inline-block;
}
</style>
Expand Down

0 comments on commit 85273cb

Please sign in to comment.