Change contanct css, remove !important
This commit is contained in:
parent
7cd4c7fad3
commit
59d277f93b
|
@ -71,32 +71,6 @@ body {
|
|||
background-color: #9f9287;
|
||||
}
|
||||
|
||||
div.pfp {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
div.main {
|
||||
background-color: #cdcac4;
|
||||
padding: 2em;
|
||||
border-radius: 10px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.pfp img {
|
||||
border: 5px double rgba(167, 47, 20, 1);
|
||||
border-radius: 10px;
|
||||
max-width: 150px !important;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.pfp p {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.main h1, h2, h3 {
|
||||
font-variant: small-caps;
|
||||
padding: .3em .3em;
|
||||
|
@ -114,12 +88,39 @@ div.main {
|
|||
|
||||
.main p {
|
||||
font-size: 16px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.main img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
div.pfp {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
div.main {
|
||||
background-color: #cdcac4;
|
||||
padding: 2em;
|
||||
border-radius: 10px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.pfp img {
|
||||
border: 5px double rgba(167, 47, 20, 1);
|
||||
border-radius: 10px;
|
||||
max-width: 150px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.pfp p {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.menu {
|
||||
/* background: #ae4e26; */
|
||||
background: #2b2623;
|
||||
|
@ -177,12 +178,9 @@ div.contact {
|
|||
color: white;
|
||||
text-decoration: none;
|
||||
padding: .8em .8em;
|
||||
margin-right: 1em;
|
||||
margin-left: 1em;
|
||||
min-width: 80%;
|
||||
text-align: center;
|
||||
background-color: #dba047;
|
||||
display:inline-block;
|
||||
display:grid;
|
||||
font-size: medium;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
<a href="https://furaffinity.net/user/hexaitos">Fur Affinity (hexaitos)</a>
|
||||
<a href="https://discordapp.com/users/1272834133697101854">Discord (hexaitos)</a>
|
||||
<a href="https://bsky.app/profile/hexaitos.bsky.social">Bluesky (@hexaitos.bsky.social)</a>
|
||||
<a href="https://steamcommunity.com/id/hexaitos/">Steam (hexaitos)</a> <a href="https://www.weasyl.com/~hexaitos">Weasyl (hexaitos)</a>
|
||||
<a href="https://steamcommunity.com/id/hexaitos/">Steam (hexaitos)</a>
|
||||
<a href="https://www.weasyl.com/~hexaitos">Weasyl (hexaitos)</a>
|
||||
<a href="https://hexaitos.sofurry.com/">SoFurry (hexaitos)</a></p>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -71,32 +71,6 @@ body {
|
|||
background-color: #9f9287;
|
||||
}
|
||||
|
||||
div.pfp {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
div.main {
|
||||
background-color: #cdcac4;
|
||||
padding: 2em;
|
||||
border-radius: 10px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.pfp img {
|
||||
border: 5px double rgba(167, 47, 20, 1);
|
||||
border-radius: 10px;
|
||||
max-width: 150px !important;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.pfp p {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.main h1, h2, h3 {
|
||||
font-variant: small-caps;
|
||||
padding: .3em .3em;
|
||||
|
@ -114,12 +88,39 @@ div.main {
|
|||
|
||||
.main p {
|
||||
font-size: 16px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.main img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
div.pfp {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
div.main {
|
||||
background-color: #cdcac4;
|
||||
padding: 2em;
|
||||
border-radius: 10px;
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
.pfp img {
|
||||
border: 5px double rgba(167, 47, 20, 1);
|
||||
border-radius: 10px;
|
||||
max-width: 150px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.pfp p {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.menu {
|
||||
/* background: #ae4e26; */
|
||||
background: #2b2623;
|
||||
|
@ -177,12 +178,9 @@ div.contact {
|
|||
color: white;
|
||||
text-decoration: none;
|
||||
padding: .8em .8em;
|
||||
margin-right: 1em;
|
||||
margin-left: 1em;
|
||||
min-width: 80%;
|
||||
text-align: center;
|
||||
background-color: #dba047;
|
||||
display:inline-block;
|
||||
display:grid;
|
||||
font-size: medium;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
@ -8,5 +8,6 @@ title: "Hexaitos.com – Contact"
|
|||
[Fur Affinity (hexaitos)](https://furaffinity.net/user/hexaitos)
|
||||
[Discord (hexaitos)](https://discordapp.com/users/1272834133697101854)
|
||||
[Bluesky (@hexaitos.bsky.social)](https://bsky.app/profile/hexaitos.bsky.social)
|
||||
[Steam (hexaitos)](https://steamcommunity.com/id/hexaitos/) [Weasyl (hexaitos)](https://www.weasyl.com/~hexaitos)
|
||||
[Steam (hexaitos)](https://steamcommunity.com/id/hexaitos/)
|
||||
[Weasyl (hexaitos)](https://www.weasyl.com/~hexaitos)
|
||||
[SoFurry (hexaitos)](https://hexaitos.sofurry.com/)
|
||||
|
|
Loading…
Reference in New Issue