Skip to content
Snippets Groups Projects
Commit 6c858201 authored by Thomas Riechert's avatar Thomas Riechert
Browse files

css

parent 20b4eda3
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ h1 { ...@@ -39,7 +39,7 @@ h1 {
} }
.mobile h1 { .mobile h1 {
font-size: 4.5rem; font-size: 4.0rem;
line-height: 130%; line-height: 130%;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;
...@@ -88,6 +88,10 @@ p { ...@@ -88,6 +88,10 @@ p {
margin: 0 0 0.5em 0; margin: 0 0 0.5em 0;
} }
.mobile p {
font-weight: 400;
}
ul { ul {
font-family: Open Sans; font-family: Open Sans;
font-size: 1.5rem; font-size: 1.5rem;
...@@ -97,6 +101,10 @@ ul { ...@@ -97,6 +101,10 @@ ul {
list-style-type: square; list-style-type: square;
} }
.mobile ul {
font-weight: 400;
}
li { li {
margin-bottom: 5%; margin-bottom: 5%;
} }
...@@ -104,7 +112,7 @@ li { ...@@ -104,7 +112,7 @@ li {
a { a {
color: black; color: black;
text-decoration: none; text-decoration: none;
background-color: rgb(245, 245, 245); background-color: rgb(235, 235, 235);
} }
img { img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment