This commit is contained in:
fred 2023-03-15 20:35:10 +01:00
parent 54f767c116
commit 701261c5f0
1 changed files with 4 additions and 2 deletions

View File

@ -70,7 +70,7 @@ a {
float: left;
width: 49%;
max-width: 500px;
padding-top: 50px;
padding-top: 15px;
padding-left: 20px;
}
@ -87,7 +87,9 @@ a {
}
#container {
position: relative;
top: 120px;
right: 0px;
position: absolute;
display: inline-block;
width: 400px;
height: 400px;