mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-09 22:09:02 -06:00
Add margin centering for wide pages, improve whitespace styling
About & photography page tab whitespace improved.
This commit is contained in:
@@ -296,6 +296,7 @@ nav a {
|
||||
html,
|
||||
body {
|
||||
visibility: visible !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
small {
|
||||
@@ -385,4 +386,14 @@ article {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
span, p {
|
||||
&.tab {
|
||||
margin-left: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user