feat: updates

This commit is contained in:
Barrett Ruth 2025-05-14 11:11:30 -04:00
parent fda13b53ad
commit 48d05fa727
5 changed files with 46 additions and 49 deletions

View file

@ -61,4 +61,6 @@ li {
border-radius: 4px;
display: inline-block;
padding: 0.2em 0.4em;
}
max-width: 100%;
user-select: all;
}

View file

@ -45,21 +45,19 @@ ul {
width: 100%;
}
.repos,
.repos-list,
.posts,
.topics {
.topics,
.repos {
padding: 0 40px;
align-self: center;
}
.repos-list,
.topics {
font-size: 3em;
}
.repos,
.posts {
.posts,
.repos {
font-size: 2em;
text-align: right;
flex: 1;
@ -69,13 +67,13 @@ a {
text-decoration: none;
}
.repo-item,
.post {
.post,
.repo-item {
margin-bottom: 25px;
}
.repo-item a,
.topic a {
.topic a,
.repo-item a {
position: relative;
display: inline-block;
color: inherit;
@ -84,8 +82,8 @@ a {
transition: color 0.5s ease;
}
.repo-item a::after,
.topic a::after {
.topic a::after,
.repo-item a::after {
content: "";
height: 2px;
display: block;
@ -99,10 +97,10 @@ a {
right 0.5s ease;
}
.repo-item a:hover::after,
.repo-item a.active::after,
.topic a:hover::after,
.topic a.active::after {
.topic a.active::after,
.repo-item a:hover::after,
.repo-item a.active::after {
width: 100%;
right: 0;
}
@ -110,4 +108,4 @@ a {
.repo-description {
margin-top: 10px;
font-size: 0.7em;
}
}