New technologies, sticky navbar, more streamlined design
This commit is contained in:
parent
1e61583034
commit
c06e0d2547
7 changed files with 18 additions and 3 deletions
src/components
|
@ -76,7 +76,6 @@ if (user !== undefined) {
|
|||
vertical-align: bottom;
|
||||
line-height: normal;
|
||||
width: 90%;
|
||||
border-radius: 5px;
|
||||
opacity: 90%;
|
||||
}
|
||||
|
||||
|
@ -84,6 +83,12 @@ if (user !== undefined) {
|
|||
display: none;
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
p {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue