Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
berumuron
gdpr-txt
Commits
5673a97f
Unverified
Commit
5673a97f
authored
Mar 02, 2022
by
berumuron
Browse files
Improve the style on mobiles
parent
42a89a35
Pipeline
#493312
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
website/template.html
View file @
5673a97f
...
...
@@ -11,17 +11,31 @@
/* Font-(stack-)families come from https://systemfontstack.com */
html
{
color
:
#2b0e44
;
font-size
:
2
4
px
;
font-size
:
2
2
px
;
line-height
:
1.3
;
font-family
:
Iowan
Old
Style
,
Apple
Garamond
,
Baskerville
,
Times
New
Roman
,
Droid
Serif
,
Times
,
Source
Serif
Pro
,
serif
,
Apple
Color
Emoji
,
Segoe
UI
Emoji
,
Segoe
UI
Symbol
;
background-color
:
#fefcfe
;
}
@media
(
min-width
:
800px
)
{
html
{
font-size
:
24px
;
}
}
main
{
max-width
:
1200px
;
margin-right
:
auto
;
margin-left
:
auto
;
padding
:
5rem
1rem
5rem
;
padding-top
:
2rem
;
padding-bottom
:
2rem
;
}
@media
(
min-width
:
800px
)
{
main
{
padding-top
:
5rem
;
padding-bottom
:
5rem
;
}
}
footer
{
...
...
Write
Preview
Supports
Markdown
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