Shorten page texts

This commit is contained in:
Pawel Dudzik
2025-05-05 14:52:16 +02:00
parent 043c027875
commit 634ee04339
2 changed files with 49 additions and 45 deletions

View File

@@ -15,7 +15,7 @@ body header div {
body div {
color: #1A161A;
background-color: #FFF;
margin-top: 100px;
margin-top: 20px;
padding: 20px;
}
@@ -25,9 +25,7 @@ h1, h2, h3 {
}
header {
float: left;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99;
@@ -35,6 +33,7 @@ header {
transition: all 0.3s ease;
height: 60px;
padding-top: 20px;
position: fixed;
}
header div {
@@ -85,12 +84,6 @@ div ul {
margin: 0;
}
ul ul {
display: list-item;
list-style: circle;
padding-left: 20px;
}
footer {
background-color: #242424;
width: 100%;