Skip to content
Snippets Groups Projects
Commit f537bbad authored by Anne Garcia-Fernandez's avatar Anne Garcia-Fernandez
Browse files

Improve css

parent bf277ddb
No related branches found
No related tags found
1 merge request!99Merge Search functionnality to Master
...@@ -78,6 +78,7 @@ details, summary { ...@@ -78,6 +78,7 @@ details, summary {
.AdvancedOptions .options label { .AdvancedOptions .options label {
display: inline; display: inline;
margin-left: 0.7em; margin-left: 0.7em;
white-space: nowrap;
} }
.SuggestionList { .SuggestionList {
......
...@@ -17,7 +17,7 @@ h4 { ...@@ -17,7 +17,7 @@ h4 {
text-align: justify; text-align: justify;
} }
.title { h2, h3 {
text-align: center; text-align: center;
margin: 3rem 0; margin: 3rem 0;
} }
...@@ -38,6 +38,16 @@ h4 { ...@@ -38,6 +38,16 @@ h4 {
margin: 10px; margin: 10px;
} }
@media only screen and (max-width: 1026px) {
.footer img {
height: 40px;
}
.footer .btn {
font-size: smaller;
padding: 4px 8px !important;
}
}
/* display none alors pourquoi ? */ /* display none alors pourquoi ? */
#pageNb { #pageNb {
width: 60px; width: 60px;
...@@ -249,4 +259,4 @@ a, a:hover { ...@@ -249,4 +259,4 @@ a, a:hover {
.corresp { .corresp {
background-color: pink; background-color: pink;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment