Change UI

This commit is contained in:
cuom1999 2022-04-13 12:40:34 -05:00
parent 432b1ce946
commit b46d046b95

View file

@ -144,6 +144,7 @@
height: 100%; height: 100%;
margin-top: -4em; margin-top: -4em;
padding-top: 4em; padding-top: 4em;
border-right: 3px solid black;
} }
.feed-table { .feed-table {
@ -183,16 +184,24 @@
.blog-box { .blog-box {
border-bottom: 1px solid black; border-bottom: 1px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-top: 2px solid black;
border-radius: 8px;
margin-bottom: 1em;
width: 90%; width: 90%;
margin-bottom: 2.5em; padding: 1em 1.25em 0.5em 1.25em;
padding: 0.5em 1.25em;
background-color: white; background-color: white;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
.title {
margin-bottom: 0.2em;
}
} }
.blog-description { .blog-description {
max-height: 20em; max-height: 30em;
overflow: hidden; overflow: hidden;
overflow-wrap: anywhere; overflow-wrap: anywhere;
padding-bottom: 1em; padding-bottom: 1em;