This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Improve about page responsiveness (
#1252
)
master
Pavel Djundik
7 years ago
committed by
Eugen
parent
941a593ea8
commit
fc146a19cc
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
app/assets/stylesheets/about.scss
+ 17
- 0
app/assets/stylesheets/about.scss
View File
@ -158,6 +158,14 @@
color
:
$
color5
;
}
}
@media
screen
and
(
max-width
:
500
px
)
{
flex-direction
:
column
;
.
section
{
text-align
:
left
;
}
}
}
.
owner
{
@ -281,6 +289,15 @@
}
}
}
@media
screen
and
(
max-width
:
625
px
)
{
flex-direction
:
column
;
.
sidebar
{
border
:
1px
solid
lighten
(
$
color1
,
10
%
)
;
width
:
auto
;
}
}
}
.
features-list
{
Write
Preview
Loading…
Cancel
Save