Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
04e35c5c
Commit
04e35c5c
authored
Jul 07, 2021
by
Jiwon Yoon
Browse files
Merge branch 'master' into jiwon
parents
2d84b4fb
47ca3f32
Changes
21
Hide whitespace changes
Inline
Side-by-side
client/src/scss/custom.scss
View file @
04e35c5c
...
...
@@ -34,6 +34,13 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
justify-content
:
center
;
}
@font-face
{
font-family
:
'HangeulNuri-Bold'
;
src
:
url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/HangeulNuri-Bold.woff')
format
(
'woff'
);
font-weight
:
normal
;
font-style
:
normal
;
}
@media
(
max-width
:
767px
)
{
.carousel-inner
.carousel-item
>
div
{
display
:
none
;
...
...
@@ -60,4 +67,8 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
.carousel-inner
.carousel-item-end
,
.carousel-inner
.carousel-item-start
{
transform
:
translateX
(
0
);
}
\ No newline at end of file
}
// .nav-link{
// color: yellow;
// }
\ No newline at end of file
Prev
1
2
Next
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