comparison css/style.css @ 83:06fd6ffefb58

css: align quips to the right, justify to the middle
author Paper <paper@paper.us.eu.org>
date Mon, 20 May 2024 05:04:46 -0400
parents b98a84a0afb2
children 5914d06f72b4
comparison
equal deleted inserted replaced
82:b98a84a0afb2 83:06fd6ffefb58
103 } 103 }
104 104
105 /* projects/index.html */ 105 /* projects/index.html */
106 .project-title-container { 106 .project-title-container {
107 display: flex; 107 display: flex;
108 align-items: center;
109 justify-content: center;
108 } 110 }
109 111
110 .project-title { 112 .project-title {
111 font-weight: bold; 113 font-weight: bold;
112 } 114 }
142 .blog-footer, 144 .blog-footer,
143 .blog-date-right { 145 .blog-date-right {
144 font-size: smaller; 146 font-size: smaller;
145 } 147 }
146 148
149 .project-quip {
150 text-align: right;
151 }
152
147 .align-right, 153 .align-right,
148 .blog-date-right { 154 .blog-date-right {
149 float: inline-end; 155 float: inline-end;
150 } 156 }