git-svn-id: svn://losandesgames.com/alfheim-website@30 15359d88-9307-4e75-a9c1-e5686e5897df

This commit is contained in:
Vicente Ferrari Smith 2024-05-27 16:18:46 +00:00
parent 5df9b8ee98
commit f72450c049
6 changed files with 27 additions and 18 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -24,11 +24,6 @@ header {
max-width: 100%;
}
h1 {
font-size: 6em;
margin: 0px;
}
nav {
padding-left: 8px;
padding-right: 8px;
@ -42,9 +37,17 @@ nav {
}
.maintitle {
margin: 0px;
font-size: 6rem;
color: white;
}
@media (max-width: 1080px) {
.maintitle {
font-size: 4rem;
}
}
.loginbutton {
align-self: center;
display: flex;
@ -72,7 +75,7 @@ main {
p {
text-align: center;
font-size: 1em;
font-size: 1rem;
}
.account-wrapper {

View File

@ -24,11 +24,6 @@ header {
max-width: 100%;
}
h1 {
font-size: 6em;
margin: 0px;
}
nav {
padding-left: 8px;
padding-right: 8px;
@ -42,9 +37,17 @@ nav {
}
.maintitle {
margin: 0px;
font-size: 6rem;
color: white;
}
@media (max-width: 1080px) {
.maintitle {
font-size: 4rem;
}
}
.loginbutton {
align-self: center;
display: flex;
@ -72,7 +75,7 @@ main {
p {
text-align: center;
font-size: 1em;
font-size: 1rem;
}
.account-wrapper {

View File

@ -24,11 +24,6 @@ header {
max-width: 100%;
}
h1 {
font-size: 6em;
margin: 0px;
}
nav {
padding-left: 8px;
padding-right: 8px;
@ -42,9 +37,17 @@ nav {
}
.maintitle {
margin: 0px;
font-size: 6rem;
color: white;
}
@media (max-width: 1080px) {
.maintitle {
font-size: 4rem;
}
}
.loginbutton {
align-self: center;
display: flex;
@ -72,7 +75,7 @@ main {
p {
text-align: center;
font-size: 1em;
font-size: 1rem;
}
.account-wrapper {