Update style.css

- Feed header: Position aligned
This commit is contained in:
Frank Hochmuth 2024-02-05 22:41:23 +01:00 committed by GitHub
parent 411c24392f
commit 68ac939102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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