1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 01:52:49 +00:00

client - forum page now responsive - tested on iOS

This commit is contained in:
2018-01-27 16:08:10 -06:00
parent b90860f251
commit 7ec7416dad
11 changed files with 76 additions and 37 deletions

View File

@@ -1,3 +1,9 @@
.login-button {
position: absolute;
top: 0;
right: 0;
}
.portrait-container {
display: flex;
flex-direction: column;