better margins on small screens

pull/1/head
Jalil Arfaoui 2015-11-26 08:26:18 +01:00
parent 11b14463eb
commit 4a07629861
3 changed files with 10 additions and 2 deletions

View File

@ -6,8 +6,8 @@
<meta name="description" content="Tiqa :: Développement - Conseil - Formation"/>
<link rel="stylesheet" href="stylesheets/sanitize.css"/>
<link rel="stylesheet" href="stylesheets/style.css"/>
<link rel="stylesheet" media="screen and (max-width: 500px)" href="stylesheets/small.css"/>
<link rel="stylesheet" media="screen and (max-height: 640px)" href="stylesheets/small-height.css"
<link rel="stylesheet" media="only screen and (max-width: 500px)" href="stylesheets/small.css"/>
<link rel="stylesheet" media="only screen and (max-height: 640px)" href="stylesheets/small-height.css"
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57.png">

View File

@ -1,3 +1,10 @@
img#logo {
width: 80%;
}
p.Centered {
display: inherit;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

View File

@ -47,4 +47,5 @@ footer {
position: absolute;
height: 100px;
width: 100%;
margin-top: 40px;
}