Change styling date

This commit is contained in:
Julie Lenaerts 2024-02-01 16:21:49 +01:00
parent fd48d45872
commit f4bbb1950b
2 changed files with 4 additions and 12 deletions

View File

@ -35,9 +35,6 @@ onMounted(() => {
ul { ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
//columns: 2;
//-webkit-columns: 2;
//-moz-columns: 2;
} }
h1 { h1 {

View File

@ -154,7 +154,6 @@ li {
h2 { h2 {
font-size: 1rem !important; font-size: 1rem !important;
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 16px;
} }
.content { .content {
@ -171,7 +170,6 @@ button {
} }
.read-more { .read-more {
//color: #3498db;
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
bottom: -2px; bottom: -2px;
@ -188,13 +186,10 @@ button {
} }
time { time {
font: 400 .8rem 'Oswald', sans-serif; font-size: .8rem;
text-align: center; font-style: italic;
text-transform: uppercase; border-bottom: 1px dotted #333;
padding-bottom: .4rem;
border-top: 1.5px solid #333333;
border-bottom: 1.5px solid #333333;
padding: 12px 0;
margin-bottom: .5rem; margin-bottom: .5rem;
display: block; display: block;
} }