Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions evaluations/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
}
#nav-menu ul a:hover{
color: var(--dark_blue);
transform: scale(1.1, 1.1);
font-weight: bold;
text-decoration: underline;
}
Expand All @@ -136,6 +135,7 @@
/** Menu de Navegacion Mobile */
.menu-mobile {
display: none;

}
#hamburger-button svg{
margin-inline-end: 1.1rem;
Expand Down Expand Up @@ -275,10 +275,14 @@
max-inline-size: 475px;
}
}
@media screen and (max-width: 698px) {
@media screen and (max-width: 678px) {
#main-image img{
inline-size: 350px;
block-size: 346px;
inline-size: 348px;
block-size: 342px;
margin-block-end: 130px;
}
#main-description h1 {
font-size: 78px;
}
}
@media screen and (min-width: 1024px){
Expand Down Expand Up @@ -425,4 +429,4 @@ background: var(--white);
::-webkit-scrollbar-thumb {
border-radius: 80px;
background: var(--dark_blue);
}
}
1 change: 0 additions & 1 deletion evaluations/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="../img/icon-page.png">
<title>Tests</title>
<link rel="stylesheet" href="test.css">
<!-- Links google fonts -->
Expand Down
1 change: 0 additions & 1 deletion games/games.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ html {
}
#nav-menu ul a:hover{
color: var(--dark_blue);
transform: scale(1.1, 1.1);
font-weight: bold;
text-decoration: underline;
}
Expand Down
1 change: 0 additions & 1 deletion games/games.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="../img/icon-page.png">
<title> Games</title>
<link rel="stylesheet" href="games.css" />
<!-- Links google fonts -->
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./img/icon-page.png">
<title>Home</title>
<link rel="stylesheet" href="styles/style.css" />
<!-- Links google fonts -->
Expand Down
10 changes: 7 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,14 @@ html {
max-inline-size: 475px;
}
}
@media screen and (max-width: 698px) {
@media screen and (max-width: 678px) {
#main-image img{
inline-size: 350px;
block-size: 346px;
inline-size: 348px;
block-size: 342px;
margin-block-end: 130px;
}
#main-description h1 {
font-size: 78px;
}
}
@media screen and (min-width: 1024px){
Expand Down
11 changes: 7 additions & 4 deletions topics/topics.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ tr > td {
}
#nav-menu ul a:hover{
color: var(--dark_blue);
transform: scale(1.1, 1.1);
font-weight: bold;
text-decoration: underline;
}
Expand Down Expand Up @@ -347,10 +346,14 @@ tr > td {
max-inline-size: 475px;
}
}
@media screen and (max-width: 698px) {
@media screen and (max-width: 678px) {
#main-image img{
inline-size: 350px;
block-size: 346px;
inline-size: 348px;
block-size: 342px;
margin-block-end: 130px;
}
#main-description h1 {
font-size: 78px;
}
}
@media screen and (min-width: 1024px){
Expand Down
3 changes: 1 addition & 2 deletions topics/topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="../img/icon-page.png">
<title>Topics</title>
<link rel="stylesheet" href="topics.css">
<!-- Links google fonts -->
Expand Down Expand Up @@ -971,4 +970,4 @@ <h2 style="color:var(--hightlight)">Mas Comunes</h2>
<script src="../js/menu-mobile.js"></script>
</body>

</html>
</html>