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 {
.AdvancedOptions .options label {
display: inline;
margin-left: 0.7em;
white-space: nowrap;
}
.SuggestionList {
......
......@@ -17,7 +17,7 @@ h4 {
text-align: justify;
}
.title {
h2, h3 {
text-align: center;
margin: 3rem 0;
}
......@@ -38,6 +38,16 @@ h4 {
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 ? */
#pageNb {
width: 60px;
......@@ -249,4 +259,4 @@ a, a:hover {
.corresp {
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