Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Aug 9, 2023
1 parent c403c52 commit 0c9b924
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 29 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<!-- end navigation menu -->

<!-- title -->
<h1><img id="ct-logo-title" src="assets/img/ct-logo.svg">control-toolbox</h1>
<h1 id="ct-title"><img id="ct-logo-title" src="assets/img/ct-logo.svg">control-toolbox</h1>
<!-- end title -->

<!-- content -->
Expand Down
51 changes: 23 additions & 28 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
}

/*! navigation menu: mettre à droite l'icone github */
div.align-right
{
div.align-right {
text-align: right;
width: 100%;
}
Expand Down Expand Up @@ -65,48 +64,44 @@ body {
}

/*! responsive pc */
@media screen and (min-width:450px){

/*! Titre de la page */
h1 {
text-align: center;
margin-top: 50px;
font-size: 3em;
font-family: roboto;
}

/*! Titre de la page: logo */
.ct-logo-title {
vertical-align:sub;
margin-right: 20px;
width: 60px;
}
/*! Titre de la page */
h1#ct-title {
text-align: center;
margin-top: 50px;
font-size: 3em;
font-family: roboto;
}

/*! Titre de la page: logo */
img#ct-logo-title {
vertical-align: sub;
margin-right: 20px;
width: 60px;
}

/*! responsive mobile phone */
@media screen and (max-width:450px){
@media screen and (max-width: 450px) {

.container{
max-width:100%!important;
padding-left:5%;
padding-right:5%;
text-align:justify;
.container {
max-width:100% !important;
padding-left: 5%;
padding-right: 5%;
text-align: justify;
}

/*! Titre de la page */
h1 {
h1#ct-title {
text-align: center;
margin-top: 50px;
font-size: 2.5em;
font-family: roboto;
}

/*! Titre de la page: logo */
.ct-logo-title {
vertical-align:sub;
img#ct-logo-title {
vertical-align: sub;
margin-right: 15px;
width: 45px;
}

}
}

0 comments on commit 0c9b924

Please sign in to comment.