Update style.css
- Feed header: Position aligned
This commit is contained in:
parent
411c24392f
commit
68ac939102
@ -10,7 +10,7 @@ Author: NoWhereMan & drudo
|
||||
Version: 0.2
|
||||
Module: style.css
|
||||
|
||||
last change: 2023-11-01
|
||||
last change: 2024-02-05
|
||||
|
||||
*/
|
||||
|
||||
@ -33,6 +33,13 @@ body { margin: 80px 0 10px 0 }
|
||||
text-align: left
|
||||
}
|
||||
|
||||
#head a img.feed {
|
||||
float: right;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
top: -6.3em
|
||||
}
|
||||
|
||||
/* 800er Bildschirme zum Beispiel iPad Hochformat */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
@ -95,6 +102,8 @@ body { margin: 80px 0 10px 0 }
|
||||
width: 100%
|
||||
}
|
||||
|
||||
#head a img.feed { display: none }
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
padding: 0.5em 0 0 0.2em
|
||||
|
Loading…
x
Reference in New Issue
Block a user