This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
alavotre/alavotre/public/css/ie9.css
2018-05-02 23:21:42 +02:00

35 lines
454 B
CSS

/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* BG */
#bg:before {
background: rgba(19, 21, 25, 0.5);
}
/* Header */
#header .logo {
margin: 0 auto;
}
#header .content {
display: inline-block;
}
#header nav ul {
display: inline-block;
}
#header nav ul li {
display: inline-block;
}
/* Main */
#main article {
margin: 0 auto;
}