mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
fixing overflow
This commit is contained in:
@@ -290,10 +290,9 @@ a:hover {
|
||||
/* Hero Section */
|
||||
.hero {
|
||||
background: var(--gradient-hero), var(--color-bg);
|
||||
padding: 100px 0 80px;
|
||||
padding: 100px 0 50px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.hero::before {
|
||||
|
||||
Reference in New Issue
Block a user