summaryrefslogtreecommitdiff
path: root/src/style.scss
diff options
context:
space:
mode:
authorJim Bledsoe <jim@acceleration.net>2023-07-01 03:31:13 -0400
committerGitHub <noreply@github.com>2023-07-01 10:31:13 +0300
commitc12ec13a02e067a182834b6229c5ab3457ccbfdc (patch)
tree1bbe60c1bf3eb90c7d26a0621d39e0517971a268 /src/style.scss
parenta8a8fa03cec718b8e972f3f891240230ab6ec1e6 (diff)
Use base and broadcast to reflect actual ips (#68)
Base and broadcast are already provided in the library. Count moved left where it better reflects the maximum size of the CIDR. Usable IPs are much more clear now. Adjusted spacing of the styling to accommodate more columns.
Diffstat (limited to 'src/style.scss')
-rw-r--r--src/style.scss20
1 files changed, 14 insertions, 6 deletions
diff --git a/src/style.scss b/src/style.scss
index a9c7407..e513c08 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -100,19 +100,27 @@ body {
div.details {
span.netmask {
display: inline-block;
- width: 20%;
+ width: 15%;
}
- span.first {
+ span.base {
display: inline-block;
- width: 20%;
+ width: 15%;
}
- span.last {
+ span.broadcast {
display: inline-block;
- width: 20%;
+ width: 15%;
}
span.count {
display: inline-block;
- width: 20%;
+ width: 15%;
+ }
+ span.first {
+ display: inline-block;
+ width: 15%;
+ }
+ span.last {
+ display: inline-block;
+ width: 15%;
}
span.value {
font-size: modular-scale(1);