Fixed CSS Bugs
added anchor style added z-index to fix precedence
This commit is contained in:
parent
2f238865cb
commit
24118d2b17
|
|
@ -26,6 +26,7 @@
|
|||
}
|
||||
|
||||
.intro .current {
|
||||
z-index: 10;
|
||||
opacity: 1;
|
||||
height:100vh;
|
||||
width:100vw;
|
||||
|
|
@ -54,3 +55,21 @@
|
|||
.notrans {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.intro .children {
|
||||
width: 80vw;
|
||||
}
|
||||
|
||||
.intro .title {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.intro .content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items:center;
|
||||
}
|
||||
|
||||
.intro .children a {
|
||||
color: #C4C4C4
|
||||
}
|
||||
Loading…
Reference in New Issue