Problem responsiver Darstellung behoben
This commit is contained in:
parent
7d4e8f8b43
commit
7a2b99a393
1 changed files with 4 additions and 4 deletions
|
|
@ -34,18 +34,18 @@
|
|||
}
|
||||
|
||||
.post {
|
||||
max-width: 70%;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
|
||||
#site-head .blog-title, #site-head.withCenteredImage .blog-title {
|
||||
font-family: "gidole", sans-serif;
|
||||
font-size: 5em;
|
||||
font-size: 4rem;
|
||||
}
|
||||
#site-head .blog-description, #site-head.withCenteredImage .blog-description {
|
||||
font-family: "angelina", sans-serif;
|
||||
color: #5d2169;
|
||||
font-size: 3em;
|
||||
font-size: 3rem;
|
||||
transform: rotate(-6deg);
|
||||
}
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ h5 {
|
|||
}
|
||||
.page-template .post-content {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
padding: 1.2em;
|
||||
padding: 1.2rem;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue