Skip to content

Commit 3acac27

Browse files
committed
Update pilotstylesheet.css
1 parent 2d0a996 commit 3acac27

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pilot/css/pilotstylesheet.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ body::-webkit-scrollbar-thumb{
3131
header{
3232
width: 100%;
3333
height: 21rem;
34+
display: flex;
35+
flex-direction: column;
3436
justify-content: space-around;
3537
align-items: center;
36-
text-align: center;
3738
}
3839
.mainlogo{
3940
animation: comein 4s ease forwards;
4041
font-weight: bolder;
42+
text-align: center;
43+
width: 100%;
4144
}
4245
p{
4346
animation: fade 1s ease forwards;
@@ -216,8 +219,8 @@ h3{
216219
}
217220
@keyframes comein{
218221
from{
219-
letter-spacing: 200px;
220-
transform: translate(100px,0);
222+
letter-spacing: 100px;
223+
transform: translate(50px,0);
221224
}
222225
to {
223226
letter-spacing: 20px;

0 commit comments

Comments
 (0)