add cookies
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user