Skip to content

Commit

Permalink
Updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
guillelopezgines committed Feb 13, 2021
1 parent ad4ebef commit f52c66c
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions shared/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,19 @@ p a {
}

@media (max-width: 420px){
.inner {
padding: 0 15px;
}
.lang a {
font-size: 20px;
padding: 0 5px;
}
h1 {
font-size: 42px;
padding: 15px 0;
}
.es h1 {
font-size: 37px;
font-size: 38px;
}
h2 {
font-size: 26px;
Expand All @@ -309,6 +317,7 @@ p a {
font-size: 18px;
line-height: 32px;
text-align: left;
margin: 15px auto;
}
p.big {
font-size: 22px;
Expand All @@ -319,8 +328,33 @@ p a {
.button {
display: block;
}
}
@media (max-width: 330px){
.lang {
margin: 15px 0 10px;
}
.lang a {
font-size: 20px;
font-size: 16px;
padding: 0 5px;
}
h1 {
font-size: 36px;
}
.es h1 {
font-size: 31px;
}
h2 {
font-size: 24px;
}
p.big {
font-size: 18px;
}
p {
font-size: 17px;
line-height: 28px;
}
.button a{
font-size: 18px;
padding: 8px;
}
}

0 comments on commit f52c66c

Please sign in to comment.