Update CSS to look nicer on big desktop screens.

This commit is contained in:
Nicolás A. Ortega Froysa 2024-09-28 18:37:22 +02:00
parent a263a9b92e
commit 63a755b4d2

View File

@ -70,7 +70,7 @@ a:visited {
}
main {
width: 60%;
width: 700px;
margin: 5px auto;
text-align: justify;
padding: 5px;
@ -151,7 +151,7 @@ img.album-cover {
/* SPECIFIC */
img#profile {
width: 40%;
width: 200px;
float: right;
border-radius: 15%;
margin: 10px;
@ -194,6 +194,6 @@ img#profile {
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
width: 300px;
}
}