better margins on small screens
parent
11b14463eb
commit
4a07629861
|
@ -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">
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
img#logo {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
p.Centered {
|
||||
display: inherit;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -47,4 +47,5 @@ footer {
|
|||
position: absolute;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
margin-top: 40px;
|
||||
}
|
Loading…
Reference in New Issue