Initial commit
This commit is contained in:
13
themes/default/assets/css/hero.css
Normal file
13
themes/default/assets/css/hero.css
Normal file
@@ -0,0 +1,13 @@
|
||||
#hero {
|
||||
padding: 1rem;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#hero {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user