mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 12:01:26 +00:00
fix design
This commit is contained in:
parent
3817d03db3
commit
b7409ff038
|
@ -1,3 +1,9 @@
|
||||||
|
.main {
|
||||||
|
padding-top: 0px;
|
||||||
|
max-width: 600px;
|
||||||
|
width: 90%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
|
@ -7,14 +7,6 @@
|
||||||
<title></title>
|
<title></title>
|
||||||
<link href="css/styles.css" rel="stylesheet">
|
<link href="css/styles.css" rel="stylesheet">
|
||||||
<link href="css/i.css" rel="stylesheet">
|
<link href="css/i.css" rel="stylesheet">
|
||||||
<style>
|
|
||||||
.main {
|
|
||||||
padding-top: 0px;
|
|
||||||
max-width: 600px;
|
|
||||||
width: 90%;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
|
Loading…
Reference in a new issue