Metadata raedy in list pages
This commit is contained in:
@@ -91,6 +91,7 @@ html {
|
||||
display:inline;
|
||||
font-size: 1.5rem;
|
||||
text-decoration: none;
|
||||
color: #dcdcdc;
|
||||
}
|
||||
|
||||
.socials:hover {
|
||||
@@ -155,13 +156,9 @@ html {
|
||||
.title-link { color: #EAA221; }
|
||||
.title-link { text-decoration-color: #EAA221; }
|
||||
|
||||
.card {
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
min-width: 250px;
|
||||
width: 50%;
|
||||
a {
|
||||
color: orange;
|
||||
}
|
||||
a { color:#dcdcdc; }
|
||||
a:hover { color: #EAA221; }
|
||||
|
||||
.card-img {
|
||||
@@ -170,9 +167,12 @@ a:hover { color: #EAA221; }
|
||||
}
|
||||
.card {
|
||||
background-color: transparent;
|
||||
max-width: 45%;
|
||||
border-style: solid;
|
||||
border-width: 3px;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
max-width: 75%;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
ul.timeline {
|
||||
|
||||
Reference in New Issue
Block a user