Projektstart
This commit is contained in:
@@ -274,6 +274,11 @@ h1 {
|
||||
border-color: var(--secondary);
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.hero {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user