mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Charte
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
position: fixed;
|
||||
top: 48px;
|
||||
left: 0;
|
||||
width: 256px;
|
||||
width: 240px;
|
||||
background-color: #fa0;
|
||||
border-bottom: 4px dashed #000;
|
||||
border-right: 4px dashed #000;
|
||||
@ -36,9 +36,19 @@ html, body {
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
font-size: 18px;
|
||||
min-height: calc(100vh - 155px);
|
||||
}
|
||||
|
||||
main.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
main.narrower {
|
||||
max-width: 900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user