Skip to content
Snippets Groups Projects
Verified Commit dc8c17f5 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Did the final cleanup ont he CSS, it is now lean and responsive

parent d8090d9d
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
`info-value.html` under the `/layouts/shortcodes/` directory. `info-value.html` under the `/layouts/shortcodes/` directory.
* Added the `container-split` short code which will split a container into two * Added the `container-split` short code which will split a container into two
columns. columns.
* Removed significant portions of unused CSS to load quicker.
* Improved responsive aspects of the CSS.
## 2.0.0 ## 2.0.0
......
<header> <header class="titled-side">
<div class="container"> <div class="container">
<div class="row"> <div class="row titled-side__inner">
<div class="col col--5"> <div class="col col--5 titled-side--title center-text">
<h2>{{ .Get 0 }}</h2> <h2>{{ .Get 0 }}</h2>
<p >{{ .Get 1 }}</p> <p >{{ .Get 1 }}</p>
<div> <div>
<a class="button button-secondary button-outline" href="{{ .Get 3 }}">{{ .Get 2 }}</a> <a class="button button-secondary button-outline" href="{{ .Get 3 }}">{{ .Get 2 }}</a>
<a class="button button-primary" to="https://git.qoto.org/goblin-ogm/goblin" href="{{ .Get 5 }}">{{ .Get 4 }}</a> <a class="button button-primary titled-side-content" to="{{ .Get 5 }}" href="{{ .Get 5 }}">{{ .Get 4 }}</a>
</div> </div>
</div> </div>
<div class="col col--7"> <div class="col col--7 titled-side--content">
{{ .Inner }} {{ .Inner }}
</div> </div>
</div> </div>
......
<section> <section class="titled">
<div class="container"> <div class="container">
<div class="row center"> <div class="row center">
<div class="col center-text"> <div class="col center-text">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment