Text for other sites + css cleanup

This commit is contained in:
maxstrb 2025-12-17 18:11:40 +01:00
parent 93f90bdbdd
commit e0be3b385a
4 changed files with 140 additions and 11 deletions

View file

@ -10,7 +10,7 @@ body {
header {
position: fixed;
width: 100%;
padding: 20px 40px;
padding: 10px 15px;
top: 0;
left: 0;
@ -25,12 +25,7 @@ header {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
background-color: white;
}
header > img {
aspect-ratio: initial;
height: 55px;
transition: transform 0.3s ease;
border-radius: 0 0 20px 20px;
}
/*https://getcssscan.com/css-buttons-examples button 6*/
@ -90,7 +85,7 @@ nav {
}
main {
margin-top: 130px;
margin-top: 110px;
width: 50vw;
margin-left: 25vw;
}
@ -208,3 +203,23 @@ a {
a:hover {
text-decoration: underline;
}
#anti-logo {
height: 49px;
width: 49px;
padding: 10px;
aspect-ratio: initial;
object-fit: cover;
border-radius: 100%;
box-shadow: rgba(0, 0, 0, 0.08) 0 4px 8px 0;
}
@media (max-width: 1000px) {
main {
margin-left: 5%;
width: 90%;
}
}