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