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
Nicolas Ballet
site-conv
Commits
da2360b2
Commit
da2360b2
authored
Oct 02, 2016
by
Sli
Browse files
Correction de font-size et décalage du logo
parent
a29fbafd
Changes
2
Hide whitespace changes
Inline
Side-by-side
blog/static/blog/css/base.css
View file @
da2360b2
...
...
@@ -2,7 +2,7 @@
* @Author: klmp200
* @Date: 2016-07-06 15:42:59
* @Last Modified by: klmp200
* @Last Modified time: 2016-10-02 2
0:51:56
* @Last Modified time: 2016-10-02 2
2:39:03
*/
@import
'https://fonts.googleapis.com/css?family=Raleway'
;
...
...
@@ -101,6 +101,8 @@ hr {
}
#logo-mini
{
margin-left
:
20px
;
margin-top
:
20px
;
}
#logo-mobile
{
...
...
blog/static/blog/css/nav.css
View file @
da2360b2
...
...
@@ -2,11 +2,7 @@
* @Author: klmp200
* @Date: 2016-07-10 16:06:30
* @Last Modified by: klmp200
<<<<<<< HEAD
* @Last Modified time: 2016-10-02 21:26:21
=======
* @Last Modified time: 2016-10-02 18:22:12
>>>>>>> 341e7a94e5a4e2db16db4201f1603b9c9425c705
* @Last Modified time: 2016-10-02 22:38:01
*/
#navbar
{
...
...
@@ -14,7 +10,7 @@
font-size
:
20px
;
}
#navbar
li
{
font-size
:
1.
25vw
;
font-size
:
1.
6rem
;
}
.navbar-nav
li
a
{
line-height
:
35px
;
...
...
@@ -74,6 +70,18 @@
color
:
#0a0c12
;
}
//
@media
((
min-width
:
567px
)
and
(
max-width
:
767px
)){
//
#navbar
li
{
//
font-size
:
1vw
;
//
}
//
}
//
@media
(
max-width
:
567px
){
//
#navbar
li
{
//
font-size
:
3880px
;
//
}
//
}
@media
(
max-width
:
767px
)
{
.navbar-default
.navbar-nav
.open
.dropdown-menu
>
li
>
a
{
color
:
#ffffff
;
...
...
@@ -88,11 +96,9 @@
color
:
#0a0c12
;
background-color
:
#ffffff
;
}
#navbar
li
{
font-size
:
1vw
;
}
}
.navbar-default
{
padding-top
:
10px
;
padding-bottom
:
10px
;
...
...
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