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