This commit is contained in:
teddit 2021-01-17 21:37:46 +01:00
parent 3fa8a983b3
commit d4e009ea28
1 changed files with 8 additions and 1 deletions

View File

@ -377,6 +377,7 @@ footer a {
} }
#links .link .entry .title a { #links .link .entry .title a {
font-size: 0.8rem; font-size: 0.8rem;
overflow-wrap: anywhere;
} }
#links .link .entry .title a:hover { #links .link .entry .title a:hover {
text-decoration: none; text-decoration: none;
@ -1003,7 +1004,7 @@ footer a {
float: left; float: left;
font-size: smaller; font-size: smaller;
padding-right: 15px; padding-right: 15px;
width: auto; width: calc(100% - 15px);
} }
.subreddit-listing { .subreddit-listing {
margin: 8px 0px; margin: 8px 0px;
@ -1408,6 +1409,12 @@ code {
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
} }
#sidebar .content {
float: left;
font-size: smaller;
padding-right: 15px;
width: calc(100% - 60px);
}
#search { #search {
margin-left: 20px; margin-left: 20px;
margin-top: 30px; margin-top: 30px;