Skip to content

Commit

Permalink
Fixed tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
guillelopezgines committed Feb 9, 2021
1 parent 6e6e0d2 commit 2e252eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
33 changes: 18 additions & 15 deletions application.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,21 +282,6 @@ p a {
h2 {
font-size: 26px;
}
h2.section {
font-size: 20px;
text-align: left;
}
p {
font-size: 18px;
line-height: 32px;
text-align: left;
}
p.big {
font-size: 22px;
}
.button {
display: block;
}
.button a{
font-size: 20px;
padding: 10px;
Expand All @@ -313,4 +298,22 @@ p a {
height: 50px;
margin: 5px 10px;
}
}

@media (max-width: 420px){
h2.section {
font-size: 20px;
text-align: left;
}
p {
font-size: 18px;
line-height: 32px;
text-align: left;
}
p.big {
font-size: 22px;
}
.button {
display: block;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<link href="/application.css?v=12" media="all" rel="stylesheet" />
<link href="/application.css?v=13" media="all" rel="stylesheet" />
</head>
<body class="index">
<div class="page">
Expand Down

0 comments on commit 2e252eb

Please sign in to comment.