Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
makura-2025
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
0
Merge Requests
0
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
Raj Shah
makura-2025
Commits
94e50ac5
Commit
94e50ac5
authored
Jan 02, 2025
by
jhukal9@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
a8d10d88
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
style.css
assets/css/style.css
+0
-0
_global.scss
dev/sass/base/_global.scss
+8
-8
No files found.
assets/css/style.css
View file @
94e50ac5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dev/sass/base/_global.scss
View file @
94e50ac5
...
@@ -138,14 +138,14 @@ button {
...
@@ -138,14 +138,14 @@ button {
}
}
}
}
.download-popup
{
//
.download-popup {
position
:
fixed
;
//
position: fixed;
top
:
80px
;
//
top: 80px;
bottom
:
64px
;
//
bottom: 64px;
left
:
50%
;
//
left: 50%;
transform
:
translateX
(
-50%
);
//
transform: translateX(-50%);
background-color
:
$white
;
//
background-color: $white;
}
//
}
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
.section-title
{
.section-title
{
...
...
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