Rebranding and slight changes
This commit is contained in:
parent
42e60e049d
commit
20c92f68f4
BIN
RXLogo.ico
Normal file
BIN
RXLogo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 640px) {
|
@media screen and (max-width: 640px) {
|
||||||
.brand {
|
.brand {
|
||||||
padding: 0 5px;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.brand h1 {
|
.brand h1 {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
@ -104,9 +104,12 @@
|
|||||||
}
|
}
|
||||||
.about {
|
.about {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.tabs {
|
.tabs {
|
||||||
padding: 2px 10px 0 10px;
|
padding: 2px 10px 0 10px;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.tabs a {
|
.tabs a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -148,15 +151,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 450px) {
|
@media screen and (max-height: 450px) {
|
||||||
.h-on {
|
.h-on, .logo, h1 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.about {
|
.about {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
.logo {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Resolution Support*/
|
/*Resolution Support*/
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<div id="page" class="page flex column">
|
<div id="page" class="page flex column">
|
||||||
<div class="branding flex row float">
|
<div class="branding flex row float">
|
||||||
<div class="brand flex column justify-center">
|
<div class="brand flex column justify-center">
|
||||||
<h1 class="slide-top flex column">RedXen Community</h1>
|
<h1 class="slide-top flex column h-hide">RedXen Community</h1>
|
||||||
<div class="slide-left flex column">
|
<div class="slide-left flex column">
|
||||||
<p class="h-hide">The community that empowers gamers</p>
|
<p class="h-hide">The community that empowers gamers</p>
|
||||||
<div class="h-hide links flex">
|
<div class="h-hide links flex">
|
||||||
|
17
res/logo.svg
17
res/logo.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user