1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 02:00:10 +02:00

improve flickering in header content

This commit is contained in:
Kushagra Gour
2024-07-14 13:54:11 +05:30
parent dae2f4d5b6
commit 1c146f39f3

View File

@@ -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 {