Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zukunftstadtlabor
website
Commits
4ea3ea77
Commit
4ea3ea77
authored
2 years ago
by
Cholgrrr
Browse files
Options
Download
Email Patches
Plain Diff
update
parent
031bc9e3
master
No related merge requests found
Pipeline
#6979
passed with stages
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/assets/css/main.css
+24
-5
public/assets/css/main.css
with
24 additions
and
5 deletions
+24
-5
public/assets/css/main.css
+
24
-
5
View file @
4ea3ea77
...
...
@@ -4,14 +4,17 @@
}
.header
{
margin-bottom
:
50px
;
margin-top
:
0px
;
padding-bottom
:
50px
;
padding-top
:
0px
;
/* position: fixed; */
/* left: 0;
top: 0; */
height
:
10%
;
background-color
:
white
;
}
.page-wrap
{
min-height
:
100%
;
min-height
:
88vh
;
/* margin-bottom: -90px; */
top
:
0
;
left
:
0
;
...
...
@@ -27,14 +30,17 @@
}
.main
{
marg
in-top
:
60px
;
marg
in-bottom
:
60px
;
padd
in
g
-top
:
60px
;
padd
in
g
-bottom
:
60px
;
overflow-x
:
auto
;
overflow-y
:
hidden
;
height
:
100%
;
}
.centered
{
/* position: absolute; */
/* top: 100;
bottom: 100;*/
left
:
0
;
right
:
0
;
height
:
70%
;
...
...
@@ -48,6 +54,14 @@
clear
:
both
;
}
/* body {
min-height: 100vh;
} */
/* body {
height: 85vh;
} */
.column
{
float
:
left
;
width
:
25%
;
...
...
@@ -55,6 +69,11 @@
/* Should be removed. Only for demonstration */
}
/* * {
box-sizing: border-box;
} */
a
:link
{
color
:
black
;
background-color
:
transparent
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets