Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EXSYS2021
da6
Hold Afstand
Commits
8c854f0a
Commit
8c854f0a
authored
Mar 29, 2021
by
Lasse Overgaard Møldrup
Browse files
Move the x's 1 pixel towards the edge
parent
aca1bd8f
Pipeline
#48592
passed with stage
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/views/Home.vue
View file @
8c854f0a
...
...
@@ -143,8 +143,8 @@ export default {
background
:
none
;
padding
:
0
;
position
:
absolute
;
top
:
1
1
.5px
;
right
:
1
1
.5px
;
top
:
1
0
.5px
;
right
:
1
0
.5px
;
svg
{
fill
:
$lighter-theme-color
;
...
...
@@ -152,8 +152,8 @@ export default {
&
:hover
,
&
:focus
{
cursor
:
pointer
;
top
:
(
5
3
px
-
35px
)
/
2
;
right
:
(
5
3
px
-
35px
)
/
2
;
top
:
(
5
1
px
-
35px
)
/
2
;
right
:
(
5
1
px
-
35px
)
/
2
;
width
:
35px
;
height
:
35px
;
...
...
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