Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
d25e5e1e
Commit
d25e5e1e
authored
Nov 23, 2021
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed font-size bugs at home space
parent
3bf230a2
Pipeline
#1525
passed with stage
in 1 minute 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
members-space.css
members_space/static/css/members-space.css
+3
-16
No files found.
members_space/static/css/members-space.css
View file @
d25e5e1e
...
...
@@ -134,17 +134,12 @@ body {
height
:
100%
;
flex-direction
:
column
;
align-items
:
center
;
font-size
:
2rem
;
}
@media
screen
and
(
max-width
:
992px
)
{
#home_tile_my_info
.tile_content
{
font-size
:
1.7rem
;
}
font-size
:
1.6rem
;
}
@media
screen
and
(
max-width
:
380
px
)
{
@media
screen
and
(
max-width
:
576
px
)
{
#home_tile_my_info
.tile_content
{
font-size
:
1.
6
rem
!important
;
font-size
:
1.
4
rem
!important
;
}
}
...
...
@@ -210,22 +205,14 @@ body {
}
.member_associated_partner_area
{
font-size
:
1.9rem
;
line-height
:
1.3
;
}
@media
screen
and
(
max-width
:
380px
)
{
.member_associated_partner_area
{
font-size
:
1.6rem
;
}
}
@media
screen
and
(
max-width
:
992px
)
{
.member_associated_partner_area
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
font-size
:
1.7rem
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment