mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-30 18:20:15 +02:00
improve flickering in header content
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
color: #a7a1bd;
|
||||
padding: 2em 1em;
|
||||
margin-bottom: 2em;
|
||||
min-height: 97vh;
|
||||
min-height: 97vh;`
|
||||
}
|
||||
.hero a {
|
||||
color: rgba(255,255,255,0.8);
|
||||
@@ -365,11 +365,14 @@
|
||||
@media (min-width: 1200px) {
|
||||
.hero {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 2em;
|
||||
padding: 3em;
|
||||
}
|
||||
.header {
|
||||
max-width: min-content;
|
||||
}
|
||||
}
|
||||
@media (min-width: 751px) {
|
||||
:root {
|
||||
|
Reference in New Issue
Block a user