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 {
list-style: none;
padding: 0;
//columns: 2;
//-webkit-columns: 2;
//-moz-columns: 2;
}
h1 {

View File

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