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