Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Bojan Borovcanin
/
WBT1920_team30
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ab8bab39
authored
May 05, 2020
by
Luka Pavlovic
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css for header
parent
9f2351c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
assets/css/header.css
assets/css/header.css
0 → 100644
View file @
ab8bab39
h1
{
font-size
:
24px
;
text-transform
:
uppercase
;
color
:
#303030
;
font-weight
:
600
;
margin-bottom
:
30px
;
}
h3
{
font-size
:
19px
;
line-height
:
1.375em
;
color
:
#303030
;
font-weight
:
400
;
margin-bottom
:
30px
;
}
.carousel-inner
img
{
width
:
100%
;
margin
:
auto
;
}
.carousel-caption
h3
{
color
:
#fff
!important
;
}
@media
(
max-width
:
600px
)
{
.carousel-caption
{
display
:
none
;
/* Hide the carousel text when the screen is less than 600 pixels wide */
}
}
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