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 {
|
||||
background: #f8f8f8;
|
||||
color: #000000;
|
||||
|
|
|
@ -7,14 +7,6 @@
|
|||
<title></title>
|
||||
<link href="css/styles.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>
|
||||
<body>
|
||||
<div class="main">
|
||||
|
|
Loading…
Reference in a new issue