add cookies

This commit is contained in:
2026-01-09 16:15:58 +03:00
parent 0fda9c38c0
commit ed3d788b6d
9 changed files with 107 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ header {
}
.sportpressa-logo IMG{
width: 40px;
width: 35px;
}
.redword{
@@ -186,7 +186,7 @@ footer{
position: absolute;
right: 20%;
top: 0;
transform: translate(-40%,-70%);
transform: translate(-50%,-50%);
display: inline-flex;
align-items: center;
justify-content: center;
@@ -207,6 +207,14 @@ footer{
@media (max-width: 768px) {
.desc{
display: none;
}
.mob{
display: block;
}
body{
width: 100%;
max-width: 100%;
@@ -234,6 +242,10 @@ footer{
content: none;
}
.site-header::after {
content: none;
}
.sportpressa-logo {
font-size: 2rem;
font-weight: bold;