fix: For some reason this needs width now?

This commit is contained in:
moanos [he/him] 2024-11-20 23:34:25 +01:00
parent 01da0f1e29
commit 202dfe46c2

View File

@ -41,10 +41,8 @@ table {
} }
a { a {
color: inherit;
}
a.btn, a.btn2 {
text-decoration: none; text-decoration: none;
color: inherit;
} }
table { table {
@ -97,6 +95,7 @@ textarea {
.container-cards { .container-cards {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
width: 100%;
} }
.card { .card {
@ -454,13 +453,11 @@ select, .button {
.card h1 { .card h1 {
color: var(--text-three); color: var(--text-three);
text-shadow: 1px 1px var(--shadow-three); text-shadow: 1px 1px var(--shadow-three);
width: 85%;
} }
.card h2 { .card h2 {
color: var(--text-three); color: var(--text-three);
text-shadow: 1px 1px var(--shadow-three); text-shadow: 1px 1px var(--shadow-three);
width: 85%;
} }
.card img { .card img {