mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2026-07-31 13:09:03 +02:00
changed analytics
This commit is contained in:
@@ -31,7 +31,7 @@ header div{
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
header div a{
|
||||
header a{
|
||||
letter-spacing: 1.5px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
@@ -45,12 +45,13 @@ header div a{
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
header div .a-current{
|
||||
|
||||
header .a-current{
|
||||
color:rgb(0, 255, 106);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
header div a:hover{
|
||||
header a:hover{
|
||||
color:rgb(0, 255, 106);
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -61,8 +62,6 @@ main{
|
||||
min-height: 85%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
main #main-content{
|
||||
background-color: rgb(26, 26, 29);
|
||||
width: 700px;
|
||||
@@ -75,6 +74,13 @@ main #main-content{
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
main .main-content-block{
|
||||
width: 100%;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
main .main-text{
|
||||
width: 90%;
|
||||
display: block;
|
||||
@@ -170,7 +176,7 @@ footer .footer-links a:hover{
|
||||
|
||||
@media screen and (max-width:900px) {
|
||||
header{
|
||||
height: 80px;
|
||||
height: 90px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ main #main-content #list{
|
||||
|
||||
main #main-content #list .list-item{
|
||||
width: 90%;
|
||||
margin-left: 50px;
|
||||
margin-left: 35px;
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user