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
Adullact
Theme-WordPress-Adullact-org
Commits
871d1fd7
Commit
871d1fd7
authored
Feb 05, 2020
by
N. Peraldi
Browse files
add responsive visuals
parent
3990c2d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
style.css
View file @
871d1fd7
...
...
@@ -8,24 +8,6 @@
Version: 0.8
*/
/*************************************************************/
/*classes wordpress*/
/*************************************************************/
@media
screen
and
(
min-width
:
67em
)
{
.wrap
{
max-width
:
900px
;
padding
:
28px
;
}
.navigation-top
.wrap
{
max-width
:
900px
;
}
}
.entry-title
{
color
:
#4891bf
;
}
/*************************************************************/
/*header*/
/*************************************************************/
...
...
@@ -66,6 +48,26 @@
.adullact-search-bar
{
width
:
70%
;
}
@media
screen
and
(
max-width
:
66.99em
)
{
.adullact-header
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
space-between
;
}
.adullact-reseaux-sociaux-searchbar
{
display
:
flex
;
flex-direction
:
column
;
width
:
80%
;
max-width
:
20em
;
align-items
:
center
;
}
.adullact-search-bar
{
margin-bottom
:
3em
;
width
:
100%
;
}
}
/*************************************************************/
/*Accueil*/
...
...
@@ -429,4 +431,21 @@ que comme cela
#adullact-contact-informations
{
text-align
:
center
;
padding
:
7px
;
}
\ No newline at end of file
}
/*************************************************************/
/*classes wordpress*/
/*************************************************************/
@media
screen
and
(
min-width
:
67em
)
{
.wrap
{
max-width
:
900px
;
padding
:
28px
;
}
.navigation-top
.wrap
{
max-width
:
900px
;
}
}
.entry-title
{
color
:
#4891bf
;
}
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