This commit is contained in:
catmpeg 2025-08-03 22:28:15 +03:00
commit 920ba21692
2 changed files with 39 additions and 14 deletions

View file

@ -4,7 +4,7 @@ body {
font: 14px 'JetBrains Mono', monospace;
color: #fff;
text-align: center;
background: #222222;
background: #111111;
flex-direction: column;
}
@ -17,7 +17,7 @@ main,
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
border: 4px double rgb(180, 180, 180);
/* border: 4px double rgb(180, 180, 180); */
}
a {
@ -35,9 +35,9 @@ a {
justify-content: center;
align-items: center;
gap: 15px;
background-color: rgba(34, 34, 34, 0.7);
background-color: rgba(17, 17, 17, 0.7);
backdrop-filter: blur(10px);
border: 4px double rgb(180, 180, 180);
/* border: 4px double rgb(180, 180, 180); */
}
body,
@ -50,6 +50,15 @@ a,
color: rgb(66, 131, 252);
}
#jccenter {
display: flex;
justify-content: center;
}
#myfriends {
margin-left: 50px;
}
/* <-----------------------> */
@media (max-width: 600px) {
@ -71,6 +80,14 @@ a,
margin: 12px 0;
}
#jccenter {
display: block;
}
#myfriends {
margin-left: 0px;
}
#webring {
width: calc(100% - 20px);
margin: 10px auto 0;